GoogleMapsPlacesV1RoutingParameters class
Parameters to configure the routing calculations to the places in the response, both along a route (where result ranking will be influenced) and for calculating travel times on results.
Constructors
- GoogleMapsPlacesV1RoutingParameters.new({GoogleTypeLatLng? origin, GoogleMapsPlacesV1RouteModifiers? routeModifiers, String? routingPreference, String? travelMode})
- GoogleMapsPlacesV1RoutingParameters.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- origin ↔ GoogleTypeLatLng?
-
An explicit routing origin that overrides the origin defined in the
polyline.
getter/setter pair
- routeModifiers ↔ GoogleMapsPlacesV1RouteModifiers?
-
The route modifiers.
getter/setter pair
- routingPreference ↔ String?
-
Specifies how to compute the routing summaries.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- travelMode ↔ String?
-
The travel mode.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited