What's the easiest way to get the current location of an iPhone?
Posted
by Michiel de Mare
on Stack Overflow
See other posts from Stack Overflow
or by Michiel de Mare
Published on 2009-01-19T22:00:08Z
Indexed on
2010/05/29
19:52 UTC
Read the original article
Hit count: 248
iphone
|core-location
I already know how to use the CLLocationManager, so I could do it the hard way, with delegates and all that.
But I'd like to have a convenience method that just gets the current location, once, and blocks until it gets the result.
© Stack Overflow or respective owner