I would like to display rating with DYRateView
in info window when user tap on GMSMarker
.
I would like, that final result looks something like presented in the image below.
So far I have red the GMSMarker Class Reference I think the only way is via userData
field. I have tried it with adding simply NSString on UIImage but it was not displayed. Maybe I am doing it wrong?
UIImage * bar =[UIImage imageNamed:@"arrow"];
[sydneyMarker.userData setUserData:bar];
Please be lenient, because I am a newbie to iOS development.