longitude property
double?
get
longitude
Latitude value of the location when shooting.
- Android:
MediaStore.Images.ImageColumns.LONGITUDE. - iOS/macOS:
PHAsset.location.coordinate.longitude.
It's always null when the device is Android 10 or above.
See also:
Implementation
double? get longitude => _latLng?.longitude;