Fare (API Reference)
Package com.here.sdk.routing
Class Fare
java.lang.Object
com.here.sdk.routing.Fare
Holds all the fare data.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFare(String name, FarePrice price, FareReason reason) Creates a new instance. -
Method Summary
-
Field Details
-
name
Name of a fare
-
price
Price of a fare. It is
nullwhen no price data is available. -
reason
Reason of this cost.
-
-
Constructor Details
-
Fare
Creates a new instance.
- Parameters:
name-Name of a fare
price-Price of a fare. It is
nullwhen no price data is available.reason-Reason of this cost.
-
-
Method Details