You'd just have to place click targets that match the positions of the 
markers. I don't know of anything that will help very much with that.

If you're only doing a few, then standard software for drawing image 
maps would be appropriate.

If you're going to be doing large numbers, then I guess it's possible to 
create an identical map view using the API, then use
    map.fromLatLngToContainerPixel(marker.getLatLng())
to find the pixel location of the marker and
    marker.getIcon().imageMap[]
to obtain the imagemap of the marker. Then add the location of the 
marker to each point of the imagemap.

I don't recall hearing of anyone having done that.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to