getLatLongAsDoubles

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

an array of 2 doubles containing the latitude, and longitude respectively.

See also

open fun getLatLongAsDoubles(): Array<Double>