Важно

This feature is available in the Full MapKit SDK version

YMKSearchFeatureGroup

class YMKSearchFeatureGroup : NSObject

Group of features.

Summary

Class methods

 init(name: String?, ids: [String])

Properties

var name: String? { get }
Group name

var ids: [String] { get }
IDs for features in the group

Class methods

init(name:ids:)

 init(name: String?, ids: [String])


Properties

name

var name: String? { get }

Group name.

Optional field, can be nil.


ids

var ids: [String] { get }

IDs for features in the group.


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