GoogleMapsPlacesV1RoutingSummary class

The duration and distance from the routing origin to a place in the response, and a second leg from that place to the destination, if requested.

Note: Adding routingSummaries in the field mask without also including either the routingParameters.origin parameter or the searchAlongRouteParameters.polyline.encodedPolyline parameter in the request causes an error.

Properties

directionsUri String?
A link to show directions on Google Maps using the waypoints from the given routing summary.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
legs List<GoogleMapsPlacesV1RoutingSummaryLeg>?
The legs of the trip.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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