ericnewton76 / gmaps-api-net

C# google maps api interface for interacting with the backend web services for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MapMarkers does not generate the color staticmap parameter correctly

MaximillianC opened this issue · 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());