views:

490

answers:

2

Can iPhone web apps request and get the GPS position or do you need to use full-blown apps for this?

+1  A: 

Google Latitude seems to be able to access the GPS from a web app.

http://www.google.com/latitude/intro.html

Jason Aller
+4  A: 

Yes, you can access it via Javascript.

It's called GeoLocation and it's supported from firmware 3.0. You can see an example here.

Nir