I have similar experience with GDraggableObject in some circumstances. An initial moveTo() solved the trouble.
http://code.google.com/apis/maps/documentation/reference.html#GDraggableObject.moveTo I think that .top and .left properties are intended to be read-only and moveTo() is intended for setting the position. There is also undocumented {restrictX:true} option which is great for vertical sliders. You don't necessarily need a bounding box for a vertical slider knob with that option. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
