Tagged Questions
12
votes
2answers
276 views
How can some LatLng be used to place markers on a Google map, but not to draw a Polygon?
Roughly a week ago, I ran into a problem: on a custom google-powered map, my Polygons would not show up, while Markers for the same coordinates are totally ok. Despite my efforts with the Google Maps ...
7
votes
4answers
8k views
How to call fromLatLngToDivPixel in Google Maps API V3?
I know that method exists and is documented, but I don't know how to get an MapCanvasProjection object.