being a newby IOS developer, I'm really struggling to get something basic to work.
I have a need to display this kind of custom info window upon a marker click in the google maps sdk for ios.
Any help would be appreciated.
I've already seen the third party components, but even with them I cannot get this to display. There is always a title, snippet, left image and right image part. The real question is how do you get the gold star rating in the window, with the text next to it.
Swift 3.0 Solution
Google Map CustomInfoWindow
Make Xib as you want...set Text and image
set delegate GMSMapViewDelegate
https://www.youtube.com/watch?v=ILiBXYscsyY for more help see this video..Uploded by google
ended up using SMCalloutView @ https://github.com/nfarina/calloutview
I was suffering from the same problem of Info window customization in GoogleMapsSdk for iOS for a lot of days, got frustrated & did it my self!
Clean, Completely customizable & Own UIControls with your custom actions code can be found on Github Right here
Happy coding :)