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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -