Class VenueScooterSpecification

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

public final class VenueScooterSpecification extends Object

Contains venue scooter specific settings.

  • Field Details

    • speedInMetersPerSecond

      public double speedInMetersPerSecond

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

  • Constructor Details

    • VenueScooterSpecification

      public VenueScooterSpecification()

      Creates a new instance.

  • Method Details