2

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.

friedbunny
  • 2,421
  • 1
  • 23
  • 38
odukku
  • 366
  • 5
  • 17

1 Answers1

2

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.

Community
  • 1
  • 1
gmerrall
  • 390
  • 1
  • 8