currentLaneGuidance
The current lane guidance to use for navigation metadata.
Declaration
@NSCopying var currentLaneGuidance: CPLaneGuidance? { get set }Discussion
First, add the required CPLaneGuidance objects to the session using add(_:), then set this property with the current lane guidance.
Set this property to nil if there’s no current lane guidance.