> I have used : > map.setCenter(marker.getLatLng(),(map.getZoom()+2)); > > What I want is click on a entry in the side bar and it wil zoom in to > zoom level X .
Have you tried map.setCenter(marker.getLatLng(), X ); -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
