Google maps sdk callout issue ios6 -
I'm using googlemap sdk for iOS 6 in my project. I'm facing the problem of marker option With
GMSmarker Options * London Option = [[GMS Marker Option Alok] Init]; LondonOptions.position = CLLocationCoordinate2DMake (51.500, -0.127); LondonOptions.title = Zero; LondonOptions.snippet = Zero; [MapView_ addMarkerWithOptions: London Options]; Google states that if I set the title and snippet to zero, the marker will not show a callout, if I tap it.
But this is a callout
> I worked around it by returning an empty UIview :) But as a shared part, it is now fixed
Comments
Post a Comment