LaneAttribute (API Reference)
Class LaneAttribute
A class that describes attributes assigned to a specific section of a lane. It includes lane markings, allowed travel directions, tolling info, access restrictions, and optional lane type.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAccess characteristics of the lane that identifies the vehicle type(s) allowed to access a lane.Indicate the markings on the roadintThe start offset of the lane in meters from the beginning of the segmentList of Toll Structure that identifies the presence of physical toll structures or automatic controls on the lane at entry and exit points along a toll road which requires payment (cash, electronic, etc.) or ticketSpecifies the functional and regulatory roles a lane may serve, such as turn, express, HOV, or bike use -
Constructor Summary
ConstructorsConstructorDescriptionLaneAttribute(int startOffsetInMeters, LaneMarkings markings, LaneAccess access, List<TollStructure> tollStructures) Creates a new instance. -
Method Summary
-
Field Details
-
startOffsetInMeters
public int startOffsetInMetersThe start offset of the lane in meters from the beginning of the segment
-
markings
Indicate the markings on the road
-
access
Access characteristics of the lane that identifies the vehicle type(s) allowed to access a lane.
-
tollStructures
List of Toll Structure that identifies the presence of physical toll structures or automatic controls on the lane at entry and exit points along a toll road which requires payment (cash, electronic, etc.) or ticket
-
type
Specifies the functional and regulatory roles a lane may serve, such as turn, express, HOV, or bike use
-
-
Constructor Details
-
Method Details