ericnewton76/gmaps-api-net

MapMarkers does not generate the color staticmap parameter correctly

MaximillianC opened this issue · 0 comments

When setting the Color property on the a MapMarkers object, the resulting URL calculated does not include the necessary "color:" prefix, resulting in the URL being invalid.

sb.AppendFormat(current.Color.To24BitColorString());