PedestrianSpecification (API Reference)
Package com.here.sdk.transport
Class PedestrianSpecification
java.lang.Object
com.here.sdk.transport.PedestrianSpecification
Pedestrian specific settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleWalking speed in meters per second. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
walkingSpeedInMetersPerSecond
public double walkingSpeedInMetersPerSecondWalking speed in meters per second. The provided value must be in the range [0.5, 2.0]. Defaults to a speed of 1 meter per second.
-
-
Constructor Details
-
PedestrianSpecification
public PedestrianSpecification()Creates a new instance.
-
-
Method Details