void getLocation() async { await location.getCurrentLocation(); *latlng* = LatLng(location.latitude, location.longitude);}
. .
@