Get the current location on iphone
how many ways we can get current location on iphone application?I have got this with using of cllocationmanager(corelocation framework)
Is there anyother way to get开发者_开发问答 the current location?
There may be 3rd party location libraries, but they are all just wrappers for CoreLocation. SimpleGeo is a pretty common location library. But you are more than likely better off just using Apple's implementation of CoreLocation as it is widely documented and pretty straight forward to use.
精彩评论