TollBooth (API Reference)
Package com.here.sdk.navigation
Class TollBooth
java.lang.Object
com.here.sdk.navigation.TollBooth
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 Summary
FieldsModifier and TypeFieldDescriptionIndicates the supported payment methods.Indicates the type. -
Constructor Summary
ConstructorsConstructorDescriptionTollBooth(List<TollCollectionMethod> tollCollectionMethods, List<PaymentMethod> paymentMethods) Creates a new instance. -
Method Summary
-
Field Details
-
tollCollectionMethods
Indicates the type.
-
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