To be on the safe side, remove the controls and add this:
map.disableDoubleClickZoom();
map.disableDragging();
map.disableScrollWheelZoom();

Or capture the "zoomend", "movexxx" events and reset the position in
your event handler

The simplest solution: use the static maps api...
http://code.google.com/intl/de-CH/apis/maps/documentation/staticmaps/

On 24 Jan., 12:40, furious <[email protected]> wrote:
> Hello,
>
> i already searched in the FAQ and API but haven't found what i'm
> searching for: i'd like to deactivate Zooming. The Map should only
> used as an Overview without detailed Zooming-Options. Is this
> possible?
>
> -----
>
> Hallo,
>
> ich habe schon in den entsprechenden Dokumenten gesucht, konnte aber
> keine Antwort auf meine Frage finden: ist es möglich, das Zoomen auf
> einer Karte zu deaktivieren? Ich möchte die Karte lediglich als
> Übersichtskarte einsetzen.
>
> Thank you! / Danke!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to