latitude property

double? latitude

Latitude value of the location when shooting.

  • Android: MediaStore.Images.ImageColumns.LATITUDE.
  • iOS/macOS: PHAsset.location.coordinate.latitude.

It's always null when the device is Android 10 or above.

See also:

Implementation

double? get latitude => _latitude;