dsafa
dsafa

Reputation: 793

Xcode Geocoding - current address

Hy , Im new in the xcode world so , some help would be usefull .i created an project with a map .as the map is showing my current location , how can i set so that when i click on the blue circle , instede of "current location" shows my current address ? Some tutorials would be helpfull ..

Upvotes: 0

Views: 2730

Answers (1)

Michael Dautermann
Michael Dautermann

Reputation: 89559

Apple has some decent documentation that will help get you started and along on the right path.

Take a look at the Location Awareness Programming Guide and also the reference guide for the CLGeocoder class.

Here's also a blog by Jonathan Field you can refer to.

Upvotes: 2

Related Questions