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. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • 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