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