Label overlay example for Google Maps API v3 | Marc Ridey - Blog
Here's a simple example of creating a custom overlay class for Google Maps API v3. This Label overlay can either be used on its own, or bound to a marker. First, create the Label class and place it in a label.js file. // Define the overlay, derived from g...