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