MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKSearchToponymResultMetadata

class MMKSearchToponymResultMetadata : NSObject, MMKBaseMetadata

Common info for response from toponym search.

Summary

Class methods

 init(found: Int,
 responseInfo: MMKSearchToponymResultMetadataResponseInfo?,
 reverse reversePoint: MMKPoint?)

Properties

var found: Int { get }
Approximate number of found objects

var responseInfoMMKSearchToponymResultMetadataResponseInfo? { get }
Additional response info

var reversePointMMKPoint? { get }
The search coordinates given via 'll' or parsed from 'text' (only in reverse mode)

Class methods

init(found:responseInfo:reverse:)

 init(found: Int,
 responseInfo: MMKSearchToponymResultMetadataResponseInfo?,
 reverse reversePoint: MMKPoint?)


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.