addGpsTags

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

Return

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

Parameters

latitude

a GPS latitude coordinate.

longitude

a GPS longitude coordinate.

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