VehicleLocationUpdate constructor

VehicleLocationUpdate({
  1. num? heading,
  2. JSAny? location,
  3. num? speedKilometersPerHour,
  4. Date? time,
})

Implementation

external VehicleLocationUpdate({
  num? heading,
  JSAny? /*(LatLngLiteral|LatLng)?*/ location,
  num? speedKilometersPerHour,
  Date? time,
});