> 1. fixed map size around 325px showing the whole world with N markers. > 2. the user doesn't need to move/zoom the map > 3. I want to run a slideshow on the map, first highlighting one of the > points in the map (based on latitude/longitude) then showing a picture > associated to that point. I'm not going to use info windows to show > the pictures. They will be shown on top of the map using CSS and > javascript. > 4. The user should be able to click on any point and see the > associated picture.
If 'N' is a sensible number, and it's really a fixed map, you can employ HTML based methods - an imagemap - for your hot spots (just like people used to do before the API !) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
