Class TollBooth

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

public final class TollBooth extends Object

A class that provides information of a toll stop.

  • Field Details

    • tollCollectionMethods

      @NonNull public List<TollCollectionMethod> tollCollectionMethods

      Indicates the type.

    • paymentMethods

      @NonNull public List<PaymentMethod> paymentMethods

      Indicates the supported payment methods.

  • Constructor Details

    • TollBooth

      public TollBooth(@NonNull List<TollCollectionMethod> tollCollectionMethods, @NonNull List<PaymentMethod> paymentMethods)

      Creates a new instance.

      Parameters:
      tollCollectionMethods -

      Indicates the type.

      paymentMethods -

      Indicates the supported payment methods.

  • Method Details