Table of Contents

Map Suite Web Edition Features & Bug Fixes Change Log

Version 9.0.0.0

Release date: 06/24/2015

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 8.0.0.160

Release date: 11/17/2014

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 8.0.0.0

Release date: 06/06/2014

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 7.0.0.0

Release date: 06/03/2013

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 6.0.0.0

Release date: 05/14/2012

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 5.5.0.49

Release date: 12/31/2011

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 5.5.0.0

Release date: 11/14/2011

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 5.0.0.55

Release date: 7/7/2011

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 5.0.0.0

Release date: 5/16/2011

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 4.5.0.0

Release date: 11/01/2010

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 4.0.40.0

Release date: 6/15/2010

ThinkGeo.MapSuite.Core Namespace:

Version 4.0.0.17

Release date: 5/21/2010

ThinkGeo.MapSuite.Core Namespace:

Version 4.0.0

Release date: 5/1/2010

ThinkGeo.MapSuite.Web Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 3.1.299

Release date: 11/16/2009

ThinkGeo.MapSuite.Web Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 3.1.273

Release date: 10/22/2009

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 3.1.182

Release date: 7/23/2009

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 3.1.124

Release date: 5/26/2009

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace:

Version 3.1.16

Release date: 2/6/2009

ThinkGeo.MapSuite.Web Namespace:

draggable_markers_sample.jpg

draggable_markers_diagram.jpg

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:

Version 3.1.0

Release date: 1/22/2008

ThinkGeo.MapSuite.WebEdition Namespace:

ThinkGeo.MapSuite.Core Namespace: