So an API I am using returns JSON data on the latitude and longitude of a certain point. The output is below. How would I go about translating this data into the regular degree coordinate system that something like google maps would be able to read?
"Longtitude": -10724376.817715846,
"Latitude": 3582748.339036206
Comments
Post a Comment