menu
at_location_flutter package
documentation
map_content/flutter_map/src/geo/latlng_bounds.dart
LatLngBounds
extendBounds method
extendBounds method
dark_mode
light_mode
extendBounds
method
void
extendBounds
(
LatLngBounds
bounds
)
Implementation
void extendBounds(LatLngBounds bounds) { _extend(bounds._sw, bounds._ne); }
at_location_flutter package
documentation
map_content/flutter_map/src/geo/latlng_bounds
LatLngBounds
extendBounds method
LatLngBounds class