On Jan 16, 8:05 pm, gunk <[email protected]> wrote: > yes i not use, but i try last before,.. > and my problem not in marker but, > 1. look my map :http://gunkm.brinkster.netand then zoom in until > 10, i want control i left bottom key dragzoom not show in 10 zoom > in and show again in zoom out.
I don't use the keydragzoom. If I wanted to do that I would look at the documentation to see if it supported it. If it does, then do what it says in the documentation. If it doesn't, take a copy of the source and modify it to do that and use your modified version. > 2. if you zoom in until 10 or more click marker, you have display > infowindow (thats work). now, zoom out and click marker smaal now! > the infowindow still i show, that must not show in zoom < 9! how > fix it? Why not add code to check the zoom level in the click handler? Do what it does now if the zoom level is < 9, otherwise don't do anything... > > i thing not marker manager. if this must marker manager, i dont > know how to used. That is up to you. My take is that the markermanager is coded to do what you are trying to do, why reinvent the wheel (but you do have to learn how to use it...) -- Larry > why you not give solution in algorithm or what ex: snips code? > that help me,.. > thanks,. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
