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
The Core API documentation covers the ThinkGeo.MapSuite.Core namespace which resides in the MapSuiteCore.dll assembly. It contains all of the core GIS classes that are shared between the different Map Suite edition map controls and servers. It includes such classes as Style, FeatureSource, Layer, Projection etc. This is where the bulk of the classes are for most of the Map Suite products.
The MVC Edition API documentation covers the ThinkGeo.MapSuite.MvcEdition namespace which resides in the MvcEditon.dll assembly. It contains all of the MVC Edition specific classes such as the map control itself, Overlays, and supported map classes.
This document defines the client JavaScript functions that are applied to the Map's name. In other words, if you add an MVC Edition map control named “Map1” to the view page, then you would call these functions like “Map1.functionName()”.