origin property

GoogleTypeLatLng? origin
getter/setter pair

The origin point from which to calculate geodesic distance to the destination (returned as distance_meters).

If this value is omitted, geodesic distance will not be returned.

Optional.

Implementation

GoogleTypeLatLng? origin;