YMKAddressBook
Важно
This feature is available in the NaviKit SDK version.
|
class YMKAddressBook : NSObject |
Summary
Class methods
|
init(home: YMKAddressRecord?, |
Properties
|
var home: YMKAddressRecord? { get } |
|
var work: YMKAddressRecord? { get } |
|
var favorites: [YMKAddressRecord] { get } |
|
var customCollections: [YMKAddressCollection] { get } |
Class methods
init(home:work:favorites:customCollections:)
|
init(home: YMKAddressRecord?, |
Properties
home
|
var home: YMKAddressRecord? { get } |
Optional field, can be nil.
work
|
var work: YMKAddressRecord? { get } |
Optional field, can be nil.
favorites
|
var favorites: [YMKAddressRecord] { get } |
customCollections
|
var customCollections: [YMKAddressCollection] { get } |