Class BicycleOptions
- Last UpdatedJun 10, 2025
- 1 minute read
Package com.here.sdk.routing
- java.lang.Object
-
- com.here.sdk.routing.BicycleOptions
-
public final class BicycleOptions extends java.lang.Object
All the options to specify how a bicycle route should be calculated.
-
-
Field Summary
Fields Modifier and Type Field Description AvoidanceOptions
avoidanceOptions
Options to specify restrictions for route calculations.RouteOptions
routeOptions
Specifies the common route calculation options.RouteTextOptions
textOptions
Customize 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 boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
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.
-
-