Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
99cc98f853
@ -21,6 +21,9 @@ class _MapViewState extends State<MapView> {
|
||||
options: const MapOptions(
|
||||
initialCenter: LatLng(50.354, 7.5845),
|
||||
initialZoom: 16,
|
||||
interactionOptions: InteractionOptions(
|
||||
flags: InteractiveFlag.all & ~InteractiveFlag.rotate
|
||||
)
|
||||
),
|
||||
children: [
|
||||
TileLayer(
|
||||
|
Reference in New Issue
Block a user