mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-06 00:36:40 +10:00
@@ -273,6 +273,9 @@ class _MapScreenState extends State<MapScreen> {
|
|||||||
initialZoom: initialZoom,
|
initialZoom: initialZoom,
|
||||||
minZoom: 2.0,
|
minZoom: 2.0,
|
||||||
maxZoom: 18.0,
|
maxZoom: 18.0,
|
||||||
|
interactionOptions: InteractionOptions(
|
||||||
|
flags: ~InteractiveFlag.rotate
|
||||||
|
),
|
||||||
onTap: (_, latLng) {
|
onTap: (_, latLng) {
|
||||||
if (_isSelectingPoi) {
|
if (_isSelectingPoi) {
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|||||||
Reference in New Issue
Block a user