I was wondering if there is a way to insert some text on Google Maps. I searched for the JS API and came up with some ideas, but I was not very happy with them.
The situation is that I draw several polygons on the map, and I want to show some numbers in this polygon. I implemented it using infoWindows now, but I want the numbers to be embedded in the map. This may have something to do with MVCObject or OverlayView , but I could not figure out how to do this.
source
share