toBounds method
Creates a bounding box centered at (x, y) with radiusInMeters.
Implementation
GoogleMapsUtilsLatLngBounds toBounds(
double x, double y, double radiusInMeters) =>
SphericalUtils.toBounds(x, y, radiusInMeters);
Creates a bounding box centered at (x, y) with radiusInMeters.
GoogleMapsUtilsLatLngBounds toBounds(
double x, double y, double radiusInMeters) =>
SphericalUtils.toBounds(x, y, radiusInMeters);