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
                                                                    accuracy:(nullable NSNumber *)accuracy;

Properties

@property (nonatomic, readonly) MMKSearchToponymResultMetadataSearchMode mode;
Search mode

@property (nonatomic, readonly, nullable) NSNumber *accuracy;
Search response accuracy

Class methods

responseInfoWithMode:accuracy:

+ (nonnull MMKSearchToponymResultMetadataResponseInfo *)responseInfoWithMode:( MMKSearchToponymResultMetadataSearchMode)mode
                                                                    accuracy:(nullable NSNumber *)accuracy;


Properties

mode

@property (nonatomic, readonly) MMKSearchToponymResultMetadataSearchMode mode;

Search mode.


accuracy

@property (nonatomic, readonly, nullable) NSNumber *accuracy;

Search response accuracy.

Optional field, can be nil.