I am developing web app that will be accessed by smart-phone integrated browser. In my application I need to calculate the distance between the mobile phone actual (current) location and some other address. Beside that I should be able to find the specific location (shop location for example) that is closest to the user actual location.

Can you give me a clue which js framework can I use? Is there maybe some jQuery plugin that can be helpful?

Thank you

link|improve this question

67% accept rate
feedback

1 Answer

You can use this framework : http://code.google.com/p/geo-location-javascript/

It works on most mobile devices.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.