VenueScooterSpecification class

Contains venue scooter specific settings.

Constructors

VenueScooterSpecification()

Properties

enableOption EnableOption
Defines where the scooter transport mode is enabled along the route. Defaults to EnableOption.notSpecific.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
speedInMetersPerSecond ↔ double
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.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.