====== Map Suite iOS Edition ====== {{section>upgrade_map_suite_to_10.0}} Map Suite for iOS is a powerful .NET control that lets you add interactive maps and professional-grade GIS to your iPhone® and iPad® apps. Using the power of the Xamarin mobile platform and ThinkGeo's Map Suite together, you can develop native iOS apps using the C# language and .NET libraries you're already familiar with.
**[[http://thinkgeo.com/download|Try It Free]]**
**[[http://thinkgeo.com/map-suite-developer-gis/android-edition/#pricing|Purchase Online]]**
===== Learning Samples =====
[[:map_suite_ios_edition_all_samples|{{:learning_samples_all.png?270x150|Learn More}}]]
Browse the demo applications to see the power of Map Suite IOS Edition.
[[:map_suite_ios_edition_all_samples|Explore and Study "All Learning Sample" now →]]
[[Map_Suite_IOS_Getting_Started|{{iosedition:screenshot:gettingstarted_ipad_202px.png|Getting Started}}]]
Getting Started
[[Map_Suite_IOS_Getting_Started|Learn about what the IOS Edition has to offer and how you can get started building your own web application with it.]]
[[Map_Suite_IOS_Overlays|{{:no_screenshot_202px.jpg|Overlays}}]]
Overlays
[[Map_Suite_IOS_Overlays|Discover how to use Overlays to build up your own map or add existing basemaps to your application.]]
[[Map_Suite_IOS_Layers|{{:no_screenshot_202px.jpg|Layers}}]]
Layers
[[Map_Suite_IOS_Layers|Explore all the different types of layers and data formats you can use to build up your map.]]
[[Map_Suite_IOS_Styling|{{:no_screenshot_202px.jpg|Styling}}]]
Styling
[[Map_Suite_IOS_Styling|Learn how to apply basic styles to render your vector data layers.]]
[[Map_Suite_IOS_Visualizing_Data|{{iosedition:screenshot:visualization_ipad_202px.png|Visualizing Data}}]]
Visualizing Data
[[Map_Suite_IOS_Visualizing_Data|Learn about the styles you can use with Map Suite to visualize your data. ]]
[[Map_Suite_IOS_Labeling|{{iosedition:screenshot:labelstyling_ipad_202px.png|Labeling}}]]
Labeling
[[Map_Suite_IOS_Labeling|Explore different techniques for labeling your features.]]
[[Map_Suite_IOS_Markers_Popups|{{:no_screenshot_202px.jpg|Markers & Pop-Ups}}]]
Markers & Pop-Ups
[[Map_Suite_IOS_Markers_Popups|Explore how to make your maps more interactive by using Markers and Pop Ups.]]
[[Map_Suite_IOS_Drawing_Editing|{{iosedition:screenshot:draw_edit_ipad_202px.png|Drawing & Editing}}]]
Drawing & Editing
[[Map_Suite_IOS_Drawing_Editing|Learn how to draw new features or edit existing features on the map.]]
[[Map_Suite_IOS_Querying|{{:no_screenshot_202px.jpg|Querying}}]]
Querying
[[Map_Suite_IOS_Querying|Learn about all the different ways you can query your data.]]
[[Map_Suite_IOS_Projection|{{:no_screenshot_202px.jpg|Projection}}]]
Projection
[[Map_Suite_IOS_Projection|Learn about Map Projection and how to apply it your data.]]
[[Map_Suite_IOS_Geometric_Functions|{{iosedition:screenshot:geofunctions_ipad_202px.png|Geometric Functions}}]]
Geometric Functions
[[Map_Suite_IOS_Geometric_Functions|Manipulate and measure points, lines, and polygons using geometric functions.]]
[[Map_Suite_IOS_Adornments|{{:no_screenshot_202px.jpg|Adornments}}]]
Adornments
[[Map_Suite_IOS_Adornments|Learn how to add legends, scale bars, north arrows and many more adornments to your map.]]
[[Map_Suite_IOS_Project_Templates|{{iosedition:screenshot:siteselection_ipad_202px.png|Project Templates}}]]
Project Templates
[[Map_Suite_IOS_Project_Templates|These project templates which combine several different concepts to make real world applications.]]
[[Map_Suite_IOS_How_Do_I_Samples|{{iosedition:screenshot:how_do_i_ipad_202px.png|How Do I Samples}}]]
How Do I Samples
[[Map_Suite_IOS_Edition_How_Do_I_Samples|Contains dozens of interactive samples that hit all the highlights of Map Suite Android Edition.]]
===== Product Guides =====
> [[Map Suite iOS Edition Quick Start Guide|Quick Start Guide]] / [[Map Suite Xamarin Forms Quick Start Guide|Xamarin.Forms Quick Start Guide]] Helps you get started building your first application with the Map Suite iOS Edition.
> [[Map Suite Portable 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 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 iOS Edition Installation Guide|Installation Guide]] / [[Map Suite Xamarin Forms Installation Guide|Xamarin.Forms Installation Guide]] Walks you through installing the map control on your system and creating a simple GIS application.
> [[Map Suite iOS Edition Deployment Guide|Deployment Guide]] / [[Map Suite Xamarin Forms Deployment Guide|Xamarin.Forms Deployment Guide]] Walks you through deploying your GIS software using the map control into a production environment.
> [[Map Suite iOS Edition Dependencies Guide|Dependencies Guide]] Introduces the dependencies Map Suite Desktop Edition needs with their features, versions and source websites.
> [[Map Suite Performance Guide|Performance Guide]] Walks you through various ways you can increase performance in your .Net GIS application.
===== API Documentation ===== * [[ThinkGeo.MapSuite.PortableCore|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.iOSEdition|ThinkGeo.MapSuite.iOSEdition]]
The iOS Edition API documentation covers the ThinkGeo.MapSuite.iOSEdition namespace which resides in the iOSEdition.dll assembly. It contains all of the iOS Edition specific classes such as the map control itself, Overlays, and supported map classes.
===== API Documentation (Xamarin.Forms) ===== * [[ThinkGeo.MapSuite.FormsEdition|ThinkGeo.MapSuite.FormsEdition]]
The FormsEdition API documentation covers the ThinkGeo.MapSuite.FormsEdition namespace which resides in the MapSuiteFormsEdition.dll assembly. It contains all of the MapSuiteForms Edition specific classes such as the map control itself, Overlays, and supported map classes.
* [[ThinkGeo.MapSuite.FormsEdition.iOS|ThinkGeo.MapSuite.FormsEdition.iOS]]
The FormsEdition.iOS API documentation covers the ThinkGeo.MapSuite.FormsEdition.iOS namespace which resides in the MapSuiteFormsEdition.iOS.dll assembly. It contains all of the FormsEdition.iOS Edition specific classes such as the Forms.
===== Videos ===== Step through the iOS Edition sample applications and see how they're put together. We'll demonstrate how to use each app, then take you through every part of the source code and show you how it works.\\ **Tip**: //You'll want to select "Fullscreen" to properly read the source code.//
[[media:iOS Getting Started Sample|{{iosedition:iOS_Getting_Started_Sample.png?180x99|iOS Getting Started Sample}}]] \\ iOS Getting Started
[[media:iOS Map Visualization Learning Sample|{{iosedition:iOS_Map_Visualization_Learning_Sample.png?180x99|iOS Map Visualization Learning Sample}}]] \\ iOS Map Visualization Learning Sample
[[media:iOS Labeling Learning Sample|{{iosedition:iOS_Labeling_Learning_Sample.png?180x99|iOS Labeling Learning Sample}}]] \\ iOS Labeling Learning Sample
[[media:iOS Drawing Editing Sample|{{iosedition:iOS_Drawing_Editing_Sample.png?180x99|iOS Drawing & Editing Sample}}]] \\ iOS Drawing & Editing Sample
[[media:iOS Geometric Functions Learning Sample|{{iosedition:iOS_Geometric_Functions_Learning_Sample.png?180x99|iOS Geometric Functions Learning Sample}}]] \\ iOS Geometric Functions Learning Sample
===== Screenshots ===== The iOS Edition screenshots gallery section showcases a wide range of screenshots covering various GIS features of the iOS Edition map control. \\ > **Tablets**
{{iosedition:screenshot:GettingStarted_IPAD.png?180|Getting Started with Map}} \\ Getting Started with Map
{{iosedition:screenshot:Visualization_IPAD.png?180|Visualization}} \\ Visualization
{{iosedition:screenshot:LabelStyling_IPAD.png?180|Label Styling}} \\ Label Styling
{{iosedition:screenshot:GeoFunctions_IPAD.png?180|Geometric Functions}} \\ Geometric Functions
{{iosedition:screenshot:Draw_Edit_Features_IPAD.png?180|Drawing And Editing Features}} \\ Drawing And Editing Features
{{iosedition:screenshot:SiteSelection_IPAD.png?180|Siteselection}} \\ Siteselection
{{iosedition:screenshot:Visualization-weather_IPAD.png?180|Visualization-US Weather}} \\ Visualization-US Weather
{{iosedition:screenshot:UsEarthquakeStatistics_IPAD.png?180|US Earthquake Statistics}} \\ US Earthquake Statistics
> **Phones**
{{iosedition:screenshot:GettingStarted_IosPhone.png?90x184|Getting Started with Map}} \\ Getting Started with Map
{{iosedition:screenshot:Visualization_IosPhone.png?90x184|Visualization}} \\ Visualization
{{iosedition:screenshot:LabelStyling_IosPhone.png?90x184|Label Styling}} \\ Label Styling
{{iosedition:screenshot:GeoFunctions_IosPhone.png?90x184|Geometric Functions}} \\ Geometric Functions
{{iosedition:screenshot:Draw_Edit_Features_IosPhone.png?90x184|Drawing And Editing Features}} \\ Drawing And Editing Features
{{iosedition:screenshot:SiteSelection_IosPhone.png?90x184|Siteselection}} \\ Siteselection
{{iosedition:screenshot:UsEarthquakeStatistics_IosPhone.png?90x184|US Earthquake Statistics}} \\ US Earthquake Statistics
===== Change Logs ===== * [[Map Suite iOS Edition Release Change Log|API Change Log]]
This change log details the changes made to the product for each major release cycle.
* [[Map Suite iOS 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.