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