Package com.here.sdk.venue.routing
Class VenueTaxiSpecification
java.lang.Object
com.here.sdk.venue.routing.VenueTaxiSpecification
Contains venue taxi specific settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDefines where the taxi transport mode is enabled along the route.doubleSpeed in meters per second for venue taxi routing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
speedInMetersPerSecond
public double speedInMetersPerSecondSpeed in meters per second for venue taxi routing. The provided value must be in the range [2.0, 5.0]. Defaults to a speed of 5 meters per second.
-
enableOption
Defines where the taxi transport mode is enabled along the route. Defaults to
EnableOption.NOT_SPECIFIC.
-
-
Constructor Details
-
VenueTaxiSpecification
public VenueTaxiSpecification()Creates a new instance.
-
-
Method Details