Describes possible directions for a lane and which direction to follow.
Used for lane-level navigation guidance.
Example
// Left lane allows left turn or straight constlaneDirection: LaneDirection = { directions: ['LEFT', 'STRAIGHT'], follow:'LEFT'// Follow the left turn };
Lane guidance information.
Describes possible directions for a lane and which direction to follow. Used for lane-level navigation guidance.
Example