Class TollStructureManeuver

java.lang.Object
com.here.sdk.mapdata.TollStructureManeuver

public final class TollStructureManeuver extends Object

A class that provides information for a toll structure at a toll point.

  • Field Details

    • tollStructure

      @Nullable public TollStructure tollStructure

      Toll structure properties Could be empty for checkpoint not related to toll.

    • isCheckpoint

      public boolean isCheckpoint

      Vehicle 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

      @NonNull public List<DirectedOCMSegmentId> 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

      @Nullable public FileReference etcGuidanceFile

      Optional image providing guidance through an electronic toll collection (ETC) point.

  • Constructor Details

    • TollStructureManeuver

      public TollStructureManeuver(@NonNull List<DirectedOCMSegmentId> destinations)

      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.