VehicleWaypoint constructor

VehicleWaypoint({
  1. num? distanceMeters,
  2. num? durationMillis,
  3. LatLngLiteral? location,
  4. JSArray<LatLngLiteral>? path,
  5. JSArray<SpeedReadingInterval>? speedReadingIntervals,
})

Implementation

external VehicleWaypoint({
  num? distanceMeters,
  num? durationMillis,
  LatLngLiteral? location,
  JSArray<LatLngLiteral>? path,
  JSArray<SpeedReadingInterval>? speedReadingIntervals,
});