Warning
This feature is available in the Full MapKit SDK version
MMKSearchToponymResultMetadataResponseInfo
@interface MMKSearchToponymResultMetadataResponseInfo : NSObject |
Additional response info.
Summary
Class methods
+ (nonnull MMKSearchToponymResultMetadataResponseInfo *)responseInfoWithMode:( MMKSearchToponymResultMetadataSearchMode)mode |
Properties
@property (nonatomic, readonly) MMKSearchToponymResultMetadataSearchMode mode; |
@property (nonatomic, readonly, nullable) NSNumber *accuracy; |
Class methods
responseInfoWithMode:accuracy:
+ (nonnull MMKSearchToponymResultMetadataResponseInfo *)responseInfoWithMode:( MMKSearchToponymResultMetadataSearchMode)mode |
Properties
mode
@property (nonatomic, readonly) MMKSearchToponymResultMetadataSearchMode mode; |
Search mode.
accuracy
@property (nonatomic, readonly, nullable) NSNumber *accuracy; |
Search response accuracy.
Optional field, can be nil.