changed GPS listener
This commit is contained in:
@ -215,7 +215,7 @@ class MapWidget extends StatelessWidget {
|
||||
//print(
|
||||
// "lat is ${p.geoSerie!.geoPoints[0].latitude} and lon is ${p.geoSerie!.geoPoints[0].longitude}");
|
||||
return Marker(
|
||||
alignment: Alignment.topCenter,
|
||||
alignment: Alignment.center,
|
||||
height: 32.0,
|
||||
width: 120.0,
|
||||
point: LatLng(
|
||||
|
||||
Reference in New Issue
Block a user