latlngAsync method

Future<LatLng> latlngAsync()

Get latitude and longitude from MediaStore(android) / Photos(iOS).

except : In androidQ, the location info come from exif.

LatLng.latitude or LatLng.longitude maybe zero or null.

Implementation

Future<LatLng> latlngAsync() {
  return _plugin.getLatLngAsync(this);
}