JavaScript code to zoom maps using mouse scroll
Please help me to wri开发者_StackOverflow社区te JavaScript code to zoom-in, zoom-out Google maps using mouse scroll.
Your question is incomplete. I'm guessing you're referring to Google Maps. If this is the case you need to call enableScrollWheelZoom()
on your GMap2 object.
精彩评论