chore: Update flutter_map
This commit is contained in:
parent
c2f6441a8a
commit
2c45552c8e
3 changed files with 8 additions and 8 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue