Warning
This feature is available in the Full MapKit SDK version
MMKSearchFeatureEnumValue
class MMKSearchFeatureEnumValue : NSObject |
Value for enumerated features.
Summary
Class methods
init(id: String, name: String, imageUrlTemplate: String?, tags: [String]) |
Properties
var id: String { get } |
var name: String { get } |
var imageUrlTemplate: String? { get } |
var tags: [String] { get } |
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.mappable.ru/fotki/doc/format-ref/f-img.xml
Optional field, can be nil.
tags
var tags: [String] { get } |
Undocumented