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

addGpsTags

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.