init
This commit is contained in:
parent
525ac2e938
commit
8b3da8ff6e
@ -282,7 +282,6 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
LatLngBounds bounds = _mapController.camera.visibleBounds;
|
LatLngBounds bounds = _mapController.camera.visibleBounds;
|
||||||
|
|
||||||
_getOpenStreetMapData(LatLng(bounds.southWest.latitude, bounds.southWest.longitude),LatLng(bounds.northEast.latitude, bounds.northEast.longitude));
|
_getOpenStreetMapData(LatLng(bounds.southWest.latitude, bounds.southWest.longitude),LatLng(bounds.northEast.latitude, bounds.northEast.longitude));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _getOpenStreetMapData(LatLng southWest, LatLng northEast) async {
|
Future<void> _getOpenStreetMapData(LatLng southWest, LatLng northEast) async {
|
||||||
|
Loading…
Reference in New Issue
Block a user