views:

20

answers:

1

Is there any way to remove the circular panning navigation control but keep the zoom control in the Google Maps V3 API? I've tried forcing it offscreen with jQuery but every time the map is updated it comes back. Any ideas? Thanks!

A: 

You can use google.maps.NavigationControlStyle.SMALL to display a small plus/minus zoom control, otherwise you'll have to create your own zoom control and add it to the map.

http://code.google.com/apis/maps/documentation/javascript/controls.html

Ossama
Yep, that's what I thought. Thanks!
Virgil Disgr4ce