YMKAddressBook

Важно

This feature is available in the NaviKit SDK version.

class YMKAddressBook : NSObject

Summary

Class methods

 init(home: YMKAddressRecord?,
      work: YMKAddressRecord?,
 favorites: [YMKAddressRecord],
 customCollections: [YMKAddressCollection])

Properties

var homeYMKAddressRecord? { get }
Optional field, can be nil

var workYMKAddressRecord? { get }
Optional field, can be nil

var favorites: [YMKAddressRecord] { get }

var customCollections: [YMKAddressCollection] { get }

Class methods

init(home:work:favorites:customCollections:)

 init(home: YMKAddressRecord?,
      work: YMKAddressRecord?,
 favorites: [YMKAddressRecord],
 customCollections: [YMKAddressCollection])


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 }


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