Важно

This feature is available in the Full MapKit SDK version

YMKSearchFeatureEnumValue

class YMKSearchFeatureEnumValue : NSObject

Value for enumerated features.

Summary

Class methods

 init(id: String, name: String, imageUrlTemplate: String?, tags: [String])

Properties

var id: String { get }
Machine readable value identifier

var name: String { get }
Human readable localized representation

var imageUrlTemplate: String? { get }
urlTemplate for the image

var tags: [String] { get }
Undocumented

Class methods

init(id:name:imageUrlTemplate:tags:)

 init(id: String, name: String, imageUrlTemplate: String?, tags: [String])


Properties

id

var id: String { get }

Machine readable value identifier.


name

var name: String { get }

Human readable localized representation.


imageUrlTemplate

var imageUrlTemplate: String? { get }

urlTemplate for the image. Available sizes are listed here: http://api.yandex.ru/fotki/doc/format-ref/f-img.xml

Optional field, can be nil.


tags

var tags: [String] { get }

Undocumented


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