Class TollBoothLane

java.lang.Object
com.here.sdk.navigation.TollBoothLane

public final class TollBoothLane extends Object

A class that provides information for a toll booth.

  • Field Details

    • booth

      @NonNull public TollBooth booth

      Indicates the toll stop for this particular booth.

    • access

      @NonNull public LaneAccess access

      Indicates the access of the lane.

  • Constructor Details

    • TollBoothLane

      public TollBoothLane(@NonNull TollBooth booth, @NonNull LaneAccess access)

      Creates a new instance.

      Parameters:
      booth -

      Indicates the toll stop for this particular booth.

      access -

      Indicates the access of the lane.

  • Method Details