====== Map Suite MVC Edition ======
Map Suite MVC Edition is a class library that allows software developers to easily add interactive maps and professional GIS features to their MVC applications. Packed with the speed and flexibility of MVC, the simple API that makes coding easy, and royalty-free distribution, Map Suite MVC Edition enables you to bring your Internet GIS application to market in record time.
**[[http://thinkgeo.com/download|Try It Free]]**
**[[http://thinkgeo.com/map-suite-developer-gis/mvc-edition/#mvc-demos|Explore the Demos]]**
**[[:map_suit_mvc_edition_videos_screenshots|Videos & Screenshots]]**
**[[http://thinkgeo.com/map-suite-developer-gis/mvc-edition/#mvc-pricing|Purchase Online]]**
===== Product Guides =====
> [[Map Suite MVC Edition Quick Start Guide|Quick Start Guide]]
Helps get you up to speed with integrating the Map Suite MVC Edition map control into your GIS software.
> [[Map Suite Mobile Quick Start Guide|Mobile Based Quick Start Guide]]
Helps get you up to speed with integrating the Map Suite MVC Edition map control with mobile UI into your GIS software.
> [[Map Suite Style Guide|Style Guide]]
Explains how to use styles to beautifully represent your GIS mapping data. It includes an overview of styles, a detailed explanation of the various styles that ship with Map Suite, as well as a step by step guide of creating your own custom styles.
> [[Map Suite Serialization Guide|Serialization Guide]]
Explains how to use our custom serialization class to render your Map Suite objects to XML, or other format etc. It allows your GIS application to easily save things such as Layers, Styles, or even whole maps to XML to be recalled at a later time.
> [[Map Suite MVC Edition Installation Guide|Installation Guide]]
Walks you through installing the map control on your system and creating a simple GIS application.
> [[Map Suite MVC Edition Deployment Guide|Deployment Guide]]
Walks you through deploying your GIS software using the map control into a production environment.
> [[Map Suite MVC Edition Dependencies Guide|Dependencies Guide]]
Introduces the dependencies Map Suite MVC Edition needs as well as their features, versions and source websites.
> [[Map Suite Data Format Guide|Data Format Guide]]
Walks the various GIS data format that are supported in the map control. It also list any caveats related to the use of that format in your mapping application.
> [[Map Suite Performance Guide|Performance Guide]]
Walks you through various ways you can increase performance in your .Net GIS application.
> [[Map Suite MVC Edition Azure Deployment Guide|Azure Deployment Guide]]
Walks you through deploying your project using the map control into a windows azure cloud service and register the map control.
> [[Map Suite SQLite|SQLite Guide]]
Walks you through using SQLite as a storage format.
===== 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()".
===== Code Samples =====
** In addition to the samples below, we have dozens of interactive MVC Edition sample applications available [[http://mvcsamples.thinkgeo.com/|here]] and MVC Edition mobile sample applications [[http://mvcmobile.thinkgeo.com/|here]]. **
[[Map Suite MVC Edition All Samples|All Samples]]
\\
All samples about Map Suite MVC Edition.
[[Map Suite Mvc Edition Project Templates|Project Templates]]
\\
These projects show various study cases based on Mvc Edition.
[[Map Suite MVC Edition Background Maps (Google, Bing, etc.) Samples|Background Maps (Google, Bing, etc)]]
\\
These samples show how to incorporate 3rd part background map with your application.
[[Map Suite MVC Edition InteractiveOverlays Samples|InteractiveOverlays]]
\\
These samples show various aspects of how to extend or create InteractiveOverlays.
[[Map Suite MVC Edition Labeling Samples|Labeling]]
\\
These samples show various ways to use labeling in your application.
[[Map Suite MVC Edition Layers & FeatureSources Samples|Layers & FeatureSources]]
\\
These samples show custom layers and feature sources from which you can get inspired to integrate your own data.
[[Map Suite MVC Edition Miscellaneous Samples|Miscellaneous]]
\\
These samples show other miscellaneous features for the product.
[[Map Suite MVC Edition Printing Samples|Printing]]
\\
These samples demonstrate robust printing and page layout features.
[[Map Suite MVC Edition Projection Samples|Projection]]
\\
These sample features various usages of projection.
[[Map Suite MVC Edition Spatial Functions Samples|Spatial Functions]]
\\
These samples show various spatial functions such as union, buffer, merging data etc.
[[Map Suite MVC Edition Styles Samples|Styles]]
\\
These samples show various kinds of styles such as styles that scale or adjust based on time of day.
[[Map Suite MVC Edition Vehicle Tracking Samples|Vehicle Tracking]]
\\
These samples show various features related to vehicle and asset tracking
[[Map Suite MVC Edition Zooming Panning Moving Samples|Zooming Panning Moving]]
\\
These samples show various ways to move the map.
**NOTE:**
We have provided hundreds of .Net code samples in C# & VB.NET to help you get going quickly. We have categorized them to allow you to quickly find what you are looking for. Each code sample includes an overview, complete code online to review and the ability to download the sample to run it yourself.
===== Change Logs =====
* [[Map Suite MVC Edition Release Change Log|Release Change Log]]This change log details the changes made to the product for each major release cycle.
* [[Map Suite MVC Edition Features & Bug Fixes Change Log|Features & Bug Fixes Change Log]]This change log details the new features and bug fixes applied to the product for each major release cycle.
===== Frequently Asked Questions=====
* [[Map Suite MVC Edition FAQ All Questions|All Questions]] All the frequently asked questions about Map Suite MVC Edition.
* [[Map Suite MVC Edition FAQ General Questions|General Questions]]These frequently asked questions cover high level GIS and mapping topics that are not categorized in other areas.
* [[Map Suite MVC Edition FAQ Background Maps (Google, Bing, etc.)|Background Maps (Google, Bing, etc.)]]These frequently asked questions cover showing how to incorporate 3rd part background map with your application.
* [[Map Suite MVC Edition FAQ Labeling|Labeling]]These frequently asked questions cover various aspects of labeling features.
* [[Map Suite MVC Edition FAQ Layers & FeatureSources|Layers & FeatureSources]]These frequently asked questions cover custom layers and feature sources from which you can get inspired to integrate your own data.
* [[Map Suite MVC Edition FAQ Miscellaneous|Miscellaneous]]These frequently asked questions cover various of other technical features of the products that are not included in other categories.
* [[Map Suite MVC Edition FAQ Projection|Projection]]These frequently asked questions cover various aspects of projection such as how to re-project your data.
* [[Map Suite MVC Edition FAQ Spatial Functions|Spatial Functions]]These frequently asked questions cover various spatial functions such as union, buffer, merging data etc.
* [[Map Suite MVC Edition FAQ Styles|Styles]]These frequently asked questions cover displaying your GIS data using various styles. Some examples of styles would include using class breaks, clustering points, heat maps, etc.
* [[Map Suite MVC Edition FAQ Vehicle Tracking|Vehicle Tracking]]These frequently asked questions cover various features related to vehicle and asset tracking.
* [[Map Suite MVC Edition FAQ Zooming Panning Moving|Zooming Panning Moving]]These frequently asked questions cover various ways to move the map.
===== Help & Support Guides =====
* [[Map Suite Support Options|Support Options]]
This article outlines various support options available through ThinkGeo. It explains the various methods and recommendations of which options work best depending on your issue.
* [[Map Suite Enhancement Tracker|Enhancement Tracker]]
Here we discuss the Map Suite enhancement tracker which enables you to suggest new features and vote up and down features submitted by other customers.
* [[Map Suite Support Ticket Guide|Support Ticket Guide]]
This guide explains how to create a support ticket using the ThinkGeo customer portal. The guide also covers recommendation on when to use a support tickets versus other forms of support.
* [[Map Suite Discussion Forum Guide|Discussion Forum Guide]]
This guide explains how to create a constructive discussion forum post. It outlines the best practices in posting to ensure that your GIS questions get answered quickly and accurately.
* [[Map Suite Sending Data to Support|Sending Data to Support]]
This guide details the various ways of sending data to our support staff.
* [[Map Suite Daily Builds Guide|Daily Builds Guide]]
This guide explains the details of the Map Suite daily build process and offers step by step instructions on how to access the builds. The daily builds are an integral part of Map Suite development process and allow developers access to real-time bug fixes and new cutting edge features before their official release.
* [[Map Suite Release Cycle Guide|Release Cycle Guide]]
This guide explains the process and rations behind the Map Suite release schedule. It outlines release dates, version information, and various aspects related to publicly releasing Map Suite software.