How can I create numbered map markers in Google Maps V3?

Posted by kaneuniversal on Stack Overflow See other posts from Stack Overflow or by kaneuniversal
Published on 2010-03-12T23:10:44Z Indexed on 2010/03/12 23:17 UTC
Read the original article Hit count: 218

I'm working on a map that has multiple markers on it.

These markers use a custom icon, but I'd also like to add numbers on top. I've seen how this has been accomplished using older versions of the API. How can I do this in V3?

*Note -- the "title" attribute creates a tooltip when you mouseover the marker, but I want something that will be layered on top of the custom image even when you're not hovering on top of it.

Here's the documentation for the marker class, and none of these attributes seem to help: http://code.google.com/apis/maps/documentation/v3/reference.html#MarkerOptions

Thank you . . . .

Michael

© Stack Overflow or respective owner

Related posts about google-maps-api-3

Related posts about google-maps