Keith Adler
Keith Adler

Reputation: 21178

Can iPhone web apps get GPS position?

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

Upvotes: 1

Views: 3994

Answers (2)

Nir
Nir

Reputation: 4013

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.

Upvotes: 9

Jason Aller
Jason Aller

Reputation: 3652

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

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

Upvotes: 1

Related Questions