Tagged Questions
0
votes
1answer
300 views
How to convert Singapore Onemap Co-ordinate to Google maps co-ordinate system
I have to fetch few 3000 co-ordinates (I am Geo-coding ) and convert it into Google map co-ordinate system.
Following is the process I am doing
I am calling Mapone.sg API for geo-coding in return ...
1
vote
2answers
492 views
How to make distance calculated using Latitude and Longitude more accurate
I'm coding a Web App whereby users can choose their city (start) and a destination city, and find out the approximate distance between both cities, using Latitude and Longitude of both cities to ...