Reputation: 376
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