Possible Duplicate:
How to retrieve user's current city name?
i am working on gps based application ,i want to fetch current location in iphone,how i can fetch it.like delhi ,chandigrah.
Possible Duplicate:
How to retrieve user's current city name?
i am working on gps based application ,i want to fetch current location in iphone,how i can fetch it.like delhi ,chandigrah.
Get the current geo position with CLLocationManager and fetch the location with MKReverseGeocoder or Google API
Use CoreLocation Framework. With CLLocation Manager you can get your current location details .
If you're writing a native application in Objective-C, there are plenty of resources out there that answer your question. I'd recommend you start with Apples own documentation, then come back with a more detailed question if you have specific problems: