Class BicycleOptions
Package com.here.sdk.routing
Class BicycleOptions
- java.lang.Object
-
- com.here.sdk.routing.BicycleOptions
-
public final class BicycleOptions extends java.lang.ObjectAll the options to specify how a bicycle route should be calculated.
-
-
Field Summary
Fields Modifier and Type Field Description AvoidanceOptionsavoidanceOptionsOptions to specify restrictions for route calculations.RouteOptionsrouteOptionsSpecifies the common route calculation options.RouteTextOptionstextOptionsCustomize textual content returned from the route calculation, such as localization, format, and unit system.
-
Constructor Summary
Constructors Constructor Description BicycleOptions()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
routeOptions
@NonNull public RouteOptions routeOptions
Specifies the common route calculation options.
-
textOptions
@NonNull public RouteTextOptions textOptions
Customize textual content returned from the route calculation, such as localization, format, and unit system.
-
avoidanceOptions
@NonNull public AvoidanceOptions avoidanceOptions
Options to specify restrictions for route calculations. By default no restrictions are applied.
-
-