Class BicycleOptions

java.lang.Object
com.here.sdk.routing.BicycleOptions

@Deprecated public final class BicycleOptions extends Object
Deprecated.

Will be removed in v4.28.0. Use RoutingOptions class instead.

All the options to specify how a bicycle route should be calculated.

  • Field Details

    • routeOptions

      @NonNull public RouteOptions routeOptions
      Deprecated.

      Specifies the common route calculation options.

    • textOptions

      @NonNull public RouteTextOptions textOptions
      Deprecated.

      Customize textual content returned from the route calculation, such as localization, format, and unit system.

    • avoidanceOptions

      @NonNull public AvoidanceOptions avoidanceOptions
      Deprecated.

      Options to specify restrictions for route calculations. By default no restrictions are applied.

  • Constructor Details

    • BicycleOptions

      public BicycleOptions()
      Deprecated.

      Creates a new instance.

  • Method Details

    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object