gospodin
gospodin

Reputation: 1201

mobile phone geolocalosation and javascript

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

Upvotes: 1

Views: 214

Answers (1)

Kevin
Kevin

Reputation: 1019

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

It works on most mobile devices.

Upvotes: 1

Related Questions