Hi,
  With the code below I was fixing min and max zoom levels of google
map. But now I get javascript runtime error "Microsoft JScript Runtime
Error: Unsupported Google Maps API version: 2".

What is the new way of it?

 function OnMapCreating(map) {
            OpenLayers.Layer.Google =
OpenLayers.Class(OpenLayers.Layer.Google, {
                MIN_ZOOM_LEVEL: 5,
                MAX_ZOOM_LEVEL: 17
            });
}

thanks..

Ayhan

-- 
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.

Reply via email to