ly.img.android.pesdk.backend.exif / Exify / getLatLongAsDoubles

getLatLongAsDoubles

fun getLatLongAsDoubles(): kotlin.Array<double>

Gets the GPS latitude and longitude as a pair of doubles from this ExifInterface object's tags, or null if the necessary tags do not exist.

Return
kotlin.Array<double>: an array of 2 doubles containing the latitude, and longitude respectively.

See Also
#convertLatOrLongToDouble