3

Starting with iPhone 3.0, web pages can access the location data of the iPhone (Google Latitude does that).

Can anyone provide the code (JavaScript I assume) to do that?

Thanks

Sylvain
  • 19,099
  • 23
  • 96
  • 145

1 Answers1

3

Alocola is an application that allows web apps to access GPS coordinates on pre-3.0 iPhones

Starting with 3.0, you can use the Geolocation Javascript API (from Geolocation API on the iPhone).

Community
  • 1
  • 1
squelart
  • 11,261
  • 3
  • 39
  • 43