YMKSearchEntrance
Warning
This feature is available in the Full MapKit SDK version
|
class YMKSearchEntrance : NSObject |
An entrance to a building
Summary
Class methods
|
init(name: String?, point: YMKPoint, direction: YMKDirection?) |
Properties
|
var name: String? { get } |
|
var direction: YMKDirection? { get } |
Class methods
init(name:point:direction:)
|
init(name: String?, point: YMKPoint, direction: YMKDirection?) |
Properties
name
|
var name: String? { get } |
Optional field, can be nil.
point
|
var point: YMKPoint { get } |
direction
|
var direction: YMKDirection? { get } |
Optional field, can be nil.