====== API Documentation ====== * [[ThinkGeo.MapSuite.Core|ThinkGeo.MapSuite.Core]]
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.
* [[ThinkGeo.MapSuite.MvcEdition|ThinkGeo.MapSuite.MvcEdition]]
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.
* [[http://download.thinkgeo.com/docs/MVC/ClientAPI/Default.htm|Client JavaScript API Documentation]]
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()".