Class PedestrianOptions

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

@Deprecated public final class PedestrianOptions extends Object
Deprecated.

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

All the options to specify how a pedestrian 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.

    • walkSpeedInMetersPerSecond

      public double walkSpeedInMetersPerSecond
      Deprecated.

      Specifies the speed that will be used by the service as the walking speed for pedestrian routing in meters per second. It influences the duration of walking segments along the route. The provided value must be in the range [0.5, 2.0]. When the value is outside this range, an invalid parameter error is raised. Refer to RoutingError for details. The default speed is 1 meter per second.

  • Constructor Details

    • PedestrianOptions

      public PedestrianOptions()
      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
    • fromDefaultParameterConfiguration

      @NonNull public static PedestrianOptions fromDefaultParameterConfiguration()
      Deprecated.

      Returns PedestrianOptions instance with default values used in SDK.

      Returns:

      A PedestrianOptions instance with default values used in SDK.