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

@ -42,7 +42,7 @@ class DestinationMapPage extends StatelessWidget {
//print("^^^^ $d ^^^^");
Marker m = Marker(
point: LatLng(d.lat!, d.lon!),
alignment: Alignment.topCenter,
alignment: Alignment.center,
child: InkWell(
onTap: () {
//print("-- Destination is --- ${d.name} ------");