Possible Duplicate:
How to get the user’s current location by code in iphone app?
I want to snatch the current location LONG and LATs when my app is loading, without being visible.
I'm not trying to run the app in the background or track the location of the phone in the background. Just get the current co-ordinates, if available.
Is there a cleaner way of doing this than create a traditional mapView and hiding it?