add zoom after click

This commit is contained in:
2025-09-04 17:26:00 +02:00
parent 35fc1cfa25
commit 9989aebc32

View File

@@ -252,6 +252,7 @@ class _MapboxPagesState extends State<MapboxPages> with ShowAlertDialog {
lineColor: Colors.blue.value,
lineWidth: 4.0,
));
await _zoomToFitRoute(routeCoordinates);
}
}