Cheers Andrew. Would you have a sample way of doing this with code?
On Feb 17, 10:46 am, "warden [Andrew Leach - Maps API Guru]" <[email protected]> wrote: > On Feb 17, 12:57 am, Patrick <[email protected]> wrote: > > > > > Does anyone know the code to hide my pointer marker also. When an > > item is selected from the drop down list, usually, it will be > > displayed on my overlay in NORMAL view, but i want this hidden under > > SATELLITE and HYBRID. > > Move your code to hide/show the markers into the if-block which hides/ > shows the buildings overlay. If you only ever show one arrow, you may > find it more efficient to have a single marker which you move > (setLatLng) according to an array of locations. > > Query 2: add a listener for zoomend; check for the current zoom level > and hide or show the buildings overlay as necessary. > > 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 -~----------~----~----~----~------~----~------~--~---
