ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
Release date: 06/24/2015
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 11/17/2014
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 06/06/2014
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 06/03/2013
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 05/14/2012
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 12/31/2011
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 11/14/2011
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 7/7/2011
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 5/16/2011
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 11/01/2010
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 6/15/2010
ThinkGeo.MapSuite.Core Namespace:
Release date: 5/21/2010
ThinkGeo.MapSuite.Core Namespace:
Release date: 5/1/2010
ThinkGeo.MapSuite.Web Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 11/16/2009
ThinkGeo.MapSuite.Web Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 10/22/2009
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 7/23/2009
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 5/26/2009
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace:
Release date: 2/6/2009
ThinkGeo.MapSuite.Web Namespace:
The code to implement a draggable marker is quite simple. An example: <source lang=“csharp”>
SimpleMarkerOverlay markerOverlay = new SimpleMarkerOverlay("MarkerOverlay"); markerOverlay.DragMode = MarkerDragMode.Drag; markerOverlay.Markers.Add(new Marker(0, 0, new WebImage(21, 25, -10.5f, -25f))); Map1.CustomOverlays.Add(markerOverlay);
</source>
ThinkGeo.MapSuite.Core Namespace:
Release date: 1/22/2008
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace: