Class VenueTaxiSpecification

java.lang.Object
com.here.sdk.venue.routing.VenueTaxiSpecification

public final class VenueTaxiSpecification extends Object

Contains venue taxi specific settings.

  • Field Details

    • speedInMetersPerSecond

      public double speedInMetersPerSecond

      Speed 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

      @NonNull public EnableOption 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