gmaps-api-net icon indicating copy to clipboard operation
gmaps-api-net copied to clipboard

MapMarkers does not generate the color staticmap parameter correctly

Open MaximillianC opened this issue 4 years ago • 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.

https://github.com/ericnewton76/gmaps-api-net/blob/c0f057592679591654580999554c0088b3c3efb7/src/Google.Maps/StaticMaps/StaticMapRequest.cs#L368

MaximillianC avatar Apr 15 '20 01:04 MaximillianC