Warning
This feature is available in the Full MapKit SDK version
MMKDrivingLaneSign
class MMKDrivingLaneSign : NSObject |
The sign showing a lane.
Summary
Class methods
init(position: MMKPolylinePosition, |
Properties
var position: MMKPolylinePosition { get } |
var annotated: NSNumber? { get } |
var lanes: [MMKDrivingLane] { get } |
Class methods
init(position:annotated:lanes:)
init(position: MMKPolylinePosition, |
Properties
position
var position: MMKPolylinePosition { get } |
The position of the sign.
annotated
var annotated: NSNumber? { get } |
Determines whether the sign should be annotated.
Optional field, can be nil.
lanes
var lanes: [MMKDrivingLane] { get } |
The lane to display the sign in.