Важно

This feature is available in the Full MapKit SDK version

YMKDrivingLaneSign

class YMKDrivingLaneSign : NSObject

The sign showing a lane.

Summary

Class methods

 init(position: YMKPolylinePosition,
     annotated: NSNumber?,
         lanes: [YMKDrivingLane])

Properties

var positionYMKPolylinePosition { get }
The position of the sign

var annotated: NSNumber? { get }
Determines whether the sign should be annotated

var lanes: [YMKDrivingLane] { get }
The lane to display the sign in

Class methods

init(position:annotated:lanes:)

 init(position: YMKPolylinePosition,
     annotated: NSNumber?,
         lanes: [YMKDrivingLane])


Properties

position

var position: YMKPolylinePosition { 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: [YMKDrivingLane] { get }

The lane to display the sign in.


Предыдущая