WeightedLocation constructor

WeightedLocation({
  1. LatLng location,
  2. num weight,
})

Implementation

external WeightedLocation({
  LatLng location,
  num weight,
});