MMKSearchToponymResultMetadataResponseInfo
Warning
This feature is available in the Full MapKit SDK version
|
class MMKSearchToponymResultMetadataResponseInfo : NSObject |
Additional response info.
Summary
Class methods
|
 init(mode: MMKSearchToponymResultMetadataSearchMode, accuracy: NSNumber?) |
Properties
|
var mode: MMKSearchToponymResultMetadataSearchMode { get } |
|
var accuracy: NSNumber? { get } |
Class methods
init(mode:accuracy:)
|
 init(mode: MMKSearchToponymResultMetadataSearchMode, accuracy: NSNumber?) |
Properties
mode
|
var mode: MMKSearchToponymResultMetadataSearchMode { get } |
Search mode.
accuracy
|
var accuracy: NSNumber? { get } |
Search response accuracy.
Optional field, can be nil.