Class TollPoint

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

public final class TollPoint extends Object

A class to represent the toll point attributes of a segment.

  • Field Details

    • offsetInMeters

      public int offsetInMeters

      The offset of the toll point in meters from the beginning of the segment relative to requested direction.

    • structureManeuvers

      @NonNull public List<TollStructureManeuver> structureManeuvers

      Describes the features of the toll point.

  • Constructor Details

    • TollPoint

      public TollPoint(int offsetInMeters, @NonNull List<TollStructureManeuver> structureManeuvers)

      Creates a new instance.

      Parameters:
      offsetInMeters -

      The offset of the toll point in meters from the beginning of the segment relative to requested direction.

      structureManeuvers -

      Describes the features of the toll point.