Display text label along polyline

I’m wondering how you can add text that appears along the edge of the polyline in Google Maps. I cannot find documentation on how to do this, but have seen this before.

In addition, new skins for Google Maps affect this text! Example: http://goo.gl/maps/pbokL

I am currently using liber MarkerWithLabel to add rectangular labels to the beginning of a polyline. http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.8/docs/reference.html This library does not have the functionality I'm looking for.

+2
source share
1 answer

You can try: ELabel.js for the Google V3 Maps API https://github.com/erunyon/ELabel

0
source

All Articles