Важно

This feature is available in the Full MapKit SDK version

YMKSearchPropertiesItem

class YMKSearchPropertiesItem : NSObject

Single property item.

Summary

Class methods

 init(key: String, value: String)

Properties

var key: String { get }
Item key

var value: String { get }
Item value

Class methods

init(key:value:)

 init(key: String, value: String)


Properties

key

var key: String { get }

Item key.


value

var value: String { get }

Item value.


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