MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKSearchToponymResultMetadataResponseInfo

class MMKSearchToponymResultMetadataResponseInfo : NSObject

Additional response info.

Summary

Class methods

 init(mode: MMKSearchToponymResultMetadataSearchMode, accuracy: NSNumber?)

Properties

var modeMMKSearchToponymResultMetadataSearchMode { get }
Search mode

var accuracy: NSNumber? { get }
Search response accuracy

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.