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