Google maps for iOS [map balloons] -


how make map balloons when marker being touched or tapped in ios? put want application's map feature able popup map balloon display information on location marker located.

i'm using google maps since i've heard more accurate mapkit in ios.

the image below objective in question:

when overlay touched

if want custom map balloons markers, while using google maps sdk ios, can use function

- (uiview *) mapview:   (gmsmapview *)  mapview markerinfowindow: (gmsmarker *) marker 

this allows display custom info window marker instead of default infowindow. need design view shown in picture , assign required values , return view in function. please check earlier post see example of making custom infowindow . can adjust how infowindow located respect marker, setting value property marker.infowindowanchor


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -