Migrate to new gradle build version
This commit is contained in:
@@ -224,10 +224,11 @@ class MapView extends GetView<MapViewController> {
|
||||
? FlutterMap(
|
||||
mapController: controller.mapController,
|
||||
options: MapOptions(
|
||||
center: LatLng(controller.currentLatitude.value,
|
||||
initialCenter: LatLng(
|
||||
controller.currentLatitude.value,
|
||||
controller.currentLongitude.value),
|
||||
maxZoom: 25,
|
||||
zoom: controller.currentZoom.value,
|
||||
initialZoom: controller.currentZoom.value,
|
||||
),
|
||||
children: [
|
||||
TileLayer(
|
||||
|
||||
@@ -222,10 +222,11 @@ class NavigationView extends GetView<NavigationViewController> {
|
||||
? FlutterMap(
|
||||
mapController: controller.mapController,
|
||||
options: MapOptions(
|
||||
center: LatLng(controller.currentLatitude.value,
|
||||
initialCenter: LatLng(
|
||||
controller.currentLatitude.value,
|
||||
controller.currentLongitude.value),
|
||||
maxZoom: 25,
|
||||
zoom: controller.currentZoom.value,
|
||||
initialZoom: controller.currentZoom.value,
|
||||
),
|
||||
children: [
|
||||
TileLayer(
|
||||
|
||||
Reference in New Issue
Block a user