GDraggableObject makes a DOM element draggable, which is a DOM-related thing rather than a mapping-specific one. Therefore, you'd need to use some JavaScript abstraction library rather than relying on the Maps API.
As for GControl, you can implement custom controls in V3 as well: http://code.google.com/apis/maps/documentation/javascript/controls.html#CustomControls On Fri, Aug 20, 2010 at 16:50, Tim G <[email protected]> wrote: > I created a map on my site similar to the one in the link below: > > http://gis5.com/pois_along_route/gm_pois_along_route.php > > I actually used the map in the link as a guide. I'm now considering > migrating my app to v3 and noticed that GControl and GDraggableObject > are sadly no longer available. I think I can probably work my way > around not having the GControl class (at least I hope I can!) but I'm > a bit stumped when it comes to GDraggableObject. Is there an > equivalent in v3? Any tips on recreating that slider bar in v3? > > -- > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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 [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-js-api-v3?hl=en.
