The long/lat coords format that I seem to get back from Android (Phonegap) are decimal.
May I know what are the ranges of both the longitude and latitude values?
Also, how can I find distance between 2 points in the decimal format? Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Latitude and longitude are specified in millionths of a degree: divide each value by 1000000 (and convert to float or double) to get the true degrees.
Similar question:
Android GeoPoint with lat/long values