I would like to display a text label next to the markers on google maps. I\'ve used Virtual Earth before and I\'m just starting to use Google Maps. I tried setting the Tit
If you just want to show label below the marker, then you can extend google maps Marker to add a setter method for label and you can define the label object by extending google maps overlayView like this..