chore: Update flutter_map

This commit is contained in:
Krille 2023-01-03 17:31:03 +01:00
commit 2c45552c8e
3 changed files with 8 additions and 8 deletions

View file

@ -35,15 +35,15 @@ class MapBubble extends StatelessWidget {
center: LatLng(latitude, longitude),
zoom: zoom,
),
layers: [
TileLayerOptions(
children: [
TileLayer(
maxZoom: 20,
minZoom: 0,
urlTemplate:
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
subdomains: ['a', 'b', 'c'],
subdomains: const ['a', 'b', 'c'],
),
MarkerLayerOptions(
MarkerLayer(
rotate: true,
markers: [
Marker(