Search code examples
iosgoogle-maps-markersgoogle-maps-sdk-ios

customizing info window for multiple markers


I have seen the google developers video on custom info window for google maps ios sdk and got it. But how to use it when we have multiple markers. In my application i have to point 10 place and have to use that custom infowindow


Solution

  • I got it, we just have to call the customInfoWindow class how many time we want with new set of parameters.