I've been looking for a way to convert GPS coordinates in my iOS app (written in Swift) to SWEREF99 (1330 in my case) but it seems impossible to find an "easy" way of doing this. What do I need to know before even trying to write a function on my own?
Example:
Lat: 56.545414, Lon: 13.469853
Should return:
N 6269294, E 148146
A Swift func would be really appreciated! Thanks for your help.