VenueTransportSpecification class
Contains transport attributes details related to the venue transport mode.
Notes
- By default all vehicle specifications from
IndoorRouteOptions.venue_transport_specificationare set tonull. - The transport mode is determined by IndoorRouteOptions.transportMode.
- An indoor route can be calculated with only the IndoorRouteOptions.transportMode set.
Constructors
Properties
- carSpecification ↔ VenueCarSpecification?
-
The car specification for the car transport mode.
By default, it is not set.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- pedestrianSpecification ↔ VenuePedestrianSpecification?
-
The pedestrian specification for the pedestrian transport mode.
By default, it is not set.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scooterSpecification ↔ VenueScooterSpecification?
-
The scooter specification for the scooter transport mode.
By default, it is not set.
getter/setter pair
- taxiSpecification ↔ VenueTaxiSpecification?
-
The taxi specification for the taxi transport mode.
By default, it is not set.
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.