views:

6

answers:

0

Hello i want to detect the geo location of mobile and static devices (computers) for an an app.

Im using

http://code.google.com/p/geo-location-javascript/

This project allows me to get the lat lng using a number of techniques. And it seems to work very well, although it dosnt work in IE.

My question is this the best method to detect geo lat lng in the browser ( i know html5 does this now and the project above uses that as one of its methods)

I really want to just check this is the best most upto date approach before i invest more time in this field.

Any advice much appreciated.