Display text on Google Maps

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.

+5
source share
1 answer

Mike Williams has created a library that should solve your problem.

Elabel Google.

+1

All Articles