RouteSearchOptions class final
Параметры поиска маршрута.
Constructors
- RouteSearchOptions.bicycle(BicycleRouteSearchOptions value)
- RouteSearchOptions.car(CarRouteSearchOptions value)
- RouteSearchOptions.pedestrian(PedestrianRouteSearchOptions value)
- RouteSearchOptions.publicTransport(PublicTransportRouteSearchOptions value)
- RouteSearchOptions.scooter(ScooterRouteSearchOptions value)
- RouteSearchOptions.taxi(TaxiRouteSearchOptions value)
- RouteSearchOptions.truck(TruckRouteSearchOptions value)
Properties
- asBicycle → BicycleRouteSearchOptions?
-
no setter
- asCar → CarRouteSearchOptions?
-
no setter
- asPedestrian → PedestrianRouteSearchOptions?
-
no setter
- asPublicTransport → PublicTransportRouteSearchOptions?
-
no setter
- asScooter → ScooterRouteSearchOptions?
-
no setter
- asTaxi → TaxiRouteSearchOptions?
-
no setter
- asTruck → TruckRouteSearchOptions?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isBicycle → bool
-
no setter
- isCar → bool
-
no setter
- isPedestrian → bool
-
no setter
- isPublicTransport → bool
-
no setter
- isScooter → bool
-
no setter
- isTaxi → bool
-
no setter
- isTruck → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
match<
T> ({required T bicycle(BicycleRouteSearchOptions value), required T car(CarRouteSearchOptions value), required T pedestrian(PedestrianRouteSearchOptions value), required T publicTransport(PublicTransportRouteSearchOptions value), required T scooter(ScooterRouteSearchOptions value), required T taxi(TaxiRouteSearchOptions value), required T truck(TruckRouteSearchOptions value)}) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override