I want to create 20 marker with different on google map.
When i set UIColor from RGB some colour do not match.
teamColor = [UIColor colorWithRed:255.0/255.0 green:250.0/255.0 blue:229.0/255.0 alpha:1]
marker.icon = [GMSMarker markerImageWithColor:teamColor];
//when i set marker to this colour it's show different i want
When i set Black or White it's show Gary.
How to know which colour is support for GMSMarker?