kabit999 / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Marker class should allow turning dragging on/off #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Class Marker currently doesn't expose enabling/disabling dragging. The only
way I seem to be able to set this is by using a MarkerOptions object and
setting values there prior to Marker construction. Marker should expose
enableDragging()/disableDragging() or setDraggable(boolean) so this can be
done after construction, just as with native GMarker

Original issue reported on code.google.com by levik...@gmail.com on 23 Oct 2007 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by mmendez+personal@google.com on 7 Mar 2008 at 3:30

GoogleCodeExporter commented 9 years ago
I can't find the exact revision, but the Marker class currently supports the
setDraggingEnabled() method.  You must create the marker with the appropriate
settings in MarkerOptions to create a draggable marker.

Original comment by galgwt.reviews@gmail.com on 5 Apr 2008 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 5 Apr 2008 at 3:53

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 13 Oct 2008 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 11 Dec 2008 at 3:08

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 21 Dec 2009 at 1:57