VehicleJourneySegment constructor
VehicleJourneySegment({
- num? drivingDistanceMeters,
- num? drivingDurationMillis,
- JSArray<
LatLngLiteral> ? path, - DeliveryVehicleStop? stop,
Implementation
external VehicleJourneySegment({
num? drivingDistanceMeters,
num? drivingDurationMillis,
JSArray<LatLngLiteral>? path,
DeliveryVehicleStop? stop,
});