Returns the current device position as a one-shot request.
Future<LatLng?> getCurrentLocation() async { return await tracking.getCurrentLocation(); }