Важно

This feature is available in the Full MapKit SDK version

YMKSearchToponymResultMetadataResponseInfo

class YMKSearchToponymResultMetadataResponseInfo : NSObject

Additional response info.

Summary

Class methods

 init(mode: YMKSearchToponymResultMetadataSearchMode, accuracy: NSNumber?)

Properties

var modeYMKSearchToponymResultMetadataSearchMode { get }
Search mode

var accuracy: NSNumber? { get }
Search response accuracy

Class methods

init(mode:accuracy:)

 init(mode: YMKSearchToponymResultMetadataSearchMode, accuracy: NSNumber?)


Properties

mode

var mode: YMKSearchToponymResultMetadataSearchMode { get }

Search mode.


accuracy

var accuracy: NSNumber? { get }

Search response accuracy.

Optional field, can be nil.


Предыдущая
Следующая