TollStructureManeuver (API Reference)
Class TollStructureManeuver
A class that provides information for a toll structure at a toll point.
-
Field Summary
FieldsModifier and TypeFieldDescriptionOptional destinations segment references.Optional image providing guidance through an electronic toll collection (ETC) point.booleanVehicle Checkpoint identifies locations on the through route, where vehicles are required to slow down/stop with the intended purpose of inspecting vehicles to deter illegal immigration and smuggling activities, to perform customs/passport checks, toll payment, etc.Toll structure properties Could be empty for checkpoint not related to toll. -
Constructor Summary
ConstructorsConstructorDescriptionTollStructureManeuver(List<DirectedOCMSegmentId> destinations) Creates a new instance. -
Method Summary
-
Field Details
-
tollStructure
Toll structure properties Could be empty for checkpoint not related to toll.
-
isCheckpoint
public boolean isCheckpointVehicle Checkpoint identifies locations on the through route, where vehicles are required to slow down/stop with the intended purpose of inspecting vehicles to deter illegal immigration and smuggling activities, to perform customs/passport checks, toll payment, etc. This is not limited to border locations.
-
destinations
Optional destinations segment references. Destination shows for which exactly outgoing segment current toll/checkpoint is applied. Empty if structure applied to all outgoing connected segments.
-
etcGuidanceFile
Optional image providing guidance through an electronic toll collection (ETC) point.
-
-
Constructor Details
-
TollStructureManeuver
Creates a new instance.
- Parameters:
destinations-Optional destinations segment references. Destination shows for which exactly outgoing segment current toll/checkpoint is applied. Empty if structure applied to all outgoing connected segments.
-