Warning
This feature is available in the Full MapKit SDK version
MMKSearchToponymResultMetadata
@interface MMKSearchToponymResultMetadata : NSObject <MMKBaseMetadata> |
Common info for response from toponym search.
Summary
Class methods
+ (nonnull MMKSearchToponymResultMetadata *)toponymResultMetadataWithFound:( NSInteger)found |
Properties
@property (nonatomic, readonly) NSInteger found; |
@property (nonatomic, readonly, nullable) |
@property (nonatomic, readonly, nullable) MMKPoint *reversePoint; |
Class methods
toponymResultMetadataWithFound:responseInfo:reversePoint:
+ (nonnull MMKSearchToponymResultMetadata *)toponymResultMetadataWithFound:( NSInteger)found |
Properties
found
@property (nonatomic, readonly) NSInteger found; |
Approximate number of found objects.
responseInfo
@property (nonatomic, readonly, nullable) |
Additional response info.
Optional field, can be nil.
reversePoint
@property (nonatomic, readonly, nullable) MMKPoint *reversePoint; |
The search coordinates given via 'll' or parsed from 'text' (only in reverse mode).
Optional field, can be nil.