On 04/05/2009, Mike Williams <[email protected]> wrote: > > 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.
There is code for it here: http://gmaps-samples.googlecode.com/svn/trunk/staticmaps/multiplemarkers.html but it seems to be commented out. > > > -- > http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team > > > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
