Reputation: 58826
I would like to show a map of things near an iphone user's location. Is there any way to get the latitude/longitude?
Upvotes: 1
Views: 324
Reputation: 219117
You mean from within the Safari browser on the device? I believe it supports the W3C Geolocation API Specification. Additionally, the Safari developer library has information on the subject. I don't know if the two are overlapping or mutually exclusive (I haven't tried), but at least one should work.
Upvotes: 2