TripWaypoint constructor

TripWaypoint({
  1. num? distanceMeters,
  2. num? durationMillis,
  3. LatLng? location,
  4. JSArray<LatLng>? path,
  5. JSArray<SpeedReadingInterval>? speedReadingIntervals,
  6. String? tripId,
  7. WaypointType? waypointType,
})

Implementation

external TripWaypoint({
  num? distanceMeters,
  num? durationMillis,
  LatLng? location,
  JSArray<LatLng>? path,
  JSArray<SpeedReadingInterval>? speedReadingIntervals,
  String? tripId,
  WaypointType? waypointType,
});