GeocoderGeometry constructor

GeocoderGeometry({
  1. LatLng location,
  2. GeocoderLocationType location_type,
  3. LatLngBounds viewport,
  4. LatLngBounds? bounds,
})

Implementation

external GeocoderGeometry({
  LatLng location,
  GeocoderLocationType location_type,
  LatLngBounds viewport,
  LatLngBounds? bounds,
});