I want to do something similar in google maps api V3... is this possible? I really appreciate the help as I have no experience with google maps
Update: I want add label for our own polyline like this.
(source: aerodromoschile.com)
I want to do something similar in google maps api V3... is this possible? I really appreciate the help as I have no experience with google maps
Update: I want add label for our own polyline like this.
(source: aerodromoschile.com)
Im not sure if you can do it exactly like this, but alternatively, you can add there google.maps.marker, save the location to the marker´s title, and add listener on hover/click to display this title.