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.
Asked
Active
Viewed 3,451 times
2

friedbunny
- 2,421
- 1
- 23
- 38

odukku
- 366
- 5
- 17
-
http://stackoverflow.com/a/21819559 – TonyMkenu May 29 '14 at 06:21
-
@TonyMkenu I have already tried those – odukku May 29 '14 at 06:49