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
Release date: 11/28/2019
ThinkGeo.MapSuite.WebForms Namespace:
ThinkGeo.MapSuite Namespace:
Release date: 04/01/2019
ThinkGeo.MapSuite.WebForms Namespace:
ThinkGeo.MapSuite Namespace:
Release date: 12/10/2018
ThinkGeo.MapSuite.WebForms Namespace:
ThinkGeo.MapSuite Namespace:
Release date: 7/26/2018
ThinkGeo.MapSuite.WebForms Namespace:
ThinkGeo.MapSuite Namespace:
Release date: 10/27/2017
ThinkGeo.MapSuite.WebForms Namespace:
ThinkGeo.MapSuite Namespace:
Release date: 06/21/2017
ThinkGeo.MapSuite.WebForms Namespace:
ThinkGeo.MapSuite Namespace:
Release date: 02/16/2017
Map Suite 10.0 New Features:
ThinkGeo.MapSuite.WebForms Namespace:
ThinkGeo.MapSuite Namespace:
The following was created before Map Suite 10. Map Suite 10 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code check out this wiki article. http://wiki.thinkgeo.com/wiki/map_suite_10_upgrade_guide
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:
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);
ThinkGeo.MapSuite.Core Namespace:
Release date: 1/22/2008
ThinkGeo.MapSuite.WebEdition Namespace:
ThinkGeo.MapSuite.Core Namespace: