0

I am developing a webpage which requires the userlocation for loading some data. The web page is mainly intended for android users. I need to find the geo location of the user when the user opens that page? How can I do that?

Nithin
  • 6,435
  • 5
  • 43
  • 56

2 Answers2

0

HTML5 has a geolocation facility. Android 2.x devices should support it.

For Android 1.x devices, try the Google Gears equivalent.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
0

If aviable, the JavaScript geolocation object will provide you with that data.

For the concrete implementation, have a look at this question: Which Devices Support Javascript Geolocation via navigator.geolocation?

Community
  • 1
  • 1
Christian Studer
  • 24,947
  • 6
  • 46
  • 71