Get current geolocation info (useful for debugging)
Future<Map<String, dynamic>> getCurrentLocation() async { return _getGeolocationData(); }