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

addGpsTags

open fun addGpsTags(latitude: Double, longitude: Double): Boolean

Creates and sets all to the GPS tags for a give latitude and longitude.

Parameters

latitude - Double: a GPS latitude coordinate.

longitude - Double: a GPS longitude coordinate.

Return
Boolean: true if success, false if they could not be created or set.