You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I try to customize the markers (Change size and color) I get an url which shows an image with three markers (I've added only two) and all of them are in the wrong positions...
Hi,
Thank you for this great library! it is very useful.
When I use this code:
map.Markers.Add(locations.First());
map.Markers.Add(locations.Last());
I get this url which is ok: https://maps.google.com/maps/api/staticmap?size=600x250&markers=4.7478228,-74.1450686&markers=4.625926,-74.0854238
But when I try to customize the markers (Change size and color) I get an url which shows an image with three markers (I've added only two) and all of them are in the wrong positions...
https://maps.google.com/maps/api/staticmap?size=600x250&markers=size:small%7Cred%7C4.7478228,-74.1450686&markers=size:small%7Cgreen%7C4.625926,-74.0854238
Best Regards,
Julio
The text was updated successfully, but these errors were encountered: