yes that seems do all the work. Is there a code to center the marker in middle on map.
thanks in advange On Dec 14, 3:29 pm, Rossko <[email protected]> wrote: > > 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.
