MMKSearchToponymResultMetadata
Warning
This feature is available in the Full MapKit SDK version
|
class MMKSearchToponymResultMetadata : NSObject, MMKBaseMetadata |
Common info for response from toponym search.
Summary
Class methods
|
 init(found: Int, |
Properties
|
var found: Int { get } |
|
var responseInfo: MMKSearchToponymResultMetadataResponseInfo? { get } |
|
var reversePoint: MMKPoint? { get } |
Class methods
init(found:responseInfo:reverse:)
|
 init(found: Int, |
Properties
found
|
var found: Int { get } |
Approximate number of found objects.
responseInfo
|
var responseInfo: MMKSearchToponymResultMetadataResponseInfo? { get } |
Additional response info.
Optional field, can be nil.
reversePoint
|
var reversePoint: MMKPoint? { get } |
The search coordinates given via 'll' or parsed from 'text' (only in reverse mode).
Optional field, can be nil.