On Apr 16, 11:58 pm, "[email protected]" <[email protected]> wrote: > > Im trying yo figure out a few things about Maps API but can't seem to.
Remember that the API is simply (!) programming. To all intents and purposes anything is possible one way or another. > 1) Is it possible to password protect markers? If there is - anyone > know of an example online? You'll need to be more specific. Exactly what do you want to protect? > 2) Is it possible to zoom to an area on a second map by clicking on a > marker? Possibly on another page? Again, any example will help. Yes. One marker's click listener can setCenter() on a different map. Another page presents other difficulties, but http://econym.org.uk/gmap/linktothis.htm is one way. 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 -~----------~----~----~----~------~----~------~--~---
