On Apr 23, 3:11 pm, raymon <[email protected]> wrote: > But... ¿can I show/remove marks based on latitude/longitude on a > static map image?
You can show markers, but they are part of the static image. Once they're there, you can't remove them dynamically. You could use CSS methods to overlay/remove separate marker images on top of the principal map image. > I thought that was not possible, but if I am wrong that would be the > perfect solution. Can you point me to a doc where I can find more > information on this? It's with the rest of the documentation. http://code.google.com/apis/maps/documentation/staticmaps/ Bear in mind that static maps are also formed of images at fixed zoom levels. I think the tiles are basically the same as for the dynamic maps. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
