I need to pass user's GPS coordinates from the iOS app to the backend server. The iOS Location Services uses EPSG:4326 (also known as WGS 84) but the back end expect them in EPSG:900193
Does anyone have any information on how to transform the lat/long values to EPSG:900193 in the iOS app before sending them out?
My google fu is failing me. Searches didn't come up with anything I could use. Is there are formula, or a library that I can use?