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:
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
Post a Comment