On Feb 3, 4:43 am, Thoern <turbokil...@gmail.com> wrote: > I have a map with some markers in V3. > Anyhow when triying to incorporate the dragzoom it seems it cant find > my src to the javascript. > I´ve tried to point it out locally too but same result. > At first I thought it was some "cross domain scripting" issue, but now > I am just confuised.. > > my source for is for the onlineversion. > <script type="text/javascript" src="http://gmaps-utility-library- > dev.googlecode.com/svn/trunk/keydragzoom/src/keydragzoom_packed.js"></ > script> > > error I get GControl is not defined row 1. > > Any ideas?
That is a v2 method. In the v3 API the G* namespace has been replaced by the google.maps.* namespace. Looks like you are using the v2 version of keydragzoom. Perhaps the v3 version might work better: http://code.google.com/p/google-maps-utility-library-v3/source/browse/trunk/keydragzoom/src/ -- Larry > > Here is one map with the sentence > map.enableKeyDragZoom({visualEnabled: true}); > commented out, then the markers > showhttp://chalmersmotorklubb.se/google/MinGoogleKarta1.htm > > One not commented out, it haults > "objects does not support the method > or..."http://chalmersmotorklubb.se/google/MinGoogleKarta.htm > > Thanks//Martin -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.