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