odukku
odukku

Reputation: 376

Get human readable address using Google maps iOS sdk

I am developing an iOS app which integrates google maps iOS sdk . In my GMSMapView I have dropped a GMSMarker, I want to set the title of the marker with location name . I have tried GMSAddress, GMSGeocoder and GMSReverseGeocodeResult but I could not get the exact location name. How can get the complete address of the current location.

Upvotes: 2

Views: 3462

Answers (1)

gmerrall
gmerrall

Reputation: 410

This post should have what you're after. Basically upgrade to v1.7 and use GMSAddress The linked post includes a code sample you can use as well.

Upvotes: 2

Related Questions