Class VenueCarSpecification

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

public final class VenueCarSpecification extends Object

Contains venue car specific settings.

  • Field Details

    • speedInMetersPerSecond

      public double speedInMetersPerSecond

      Speed in meters per second for venue car 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 car transport mode is enabled along the route. Defaults to EnableOption.NOT_SPECIFIC.

  • Constructor Details

    • VenueCarSpecification

      public VenueCarSpecification()

      Creates a new instance.

  • Method Details