Skip to content

Wrong markers position in static maps #132

@jcesarmm

Description

@jcesarmm

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions