changed GPS listener

This commit is contained in:
2023-12-07 10:20:44 +05:30
parent fa0587178f
commit 56c07852f9
7 changed files with 70 additions and 69 deletions

View File

@ -126,7 +126,7 @@ class _GpsPageState extends State<GpsPage> {
MarkerLayer(
markers: gpsData.map((i) {
return Marker(
alignment: Alignment.topCenter,
alignment: Alignment.center,
height: 32.0,
width: 120.0,
point: LatLng(i.lat, i.lon),