====== Map Suite Windows Phone Edition ====== {{section>upgrade_map_suite_to_10.0}} Map Suite Windows Phone Edition takes GIS application development for your Windows Phone to a whole new level, with a .NET-native control. With client side editing, powerful mapping features and support for the most popular data formats, Map Suite Windows Phone Edition makes GIS accessible to developers of any skill.
**[[http://thinkgeo.com/download|Try It Free]]**
**[[http://thinkgeo.com/map-suite-developer-gis/windows-phone-edition/#wph-demos|Explore the Demos]]**
**[[http://thinkgeo.com/map-suite-developer-gis/windows-phone-edition/#wph-pricing|Purchase Online]]**
===== Product Guides =====
> [[Map Suite Windows Phone Edition Quick Start Guide|Quick Start Guide]] Helps you get you up to speed with integrating the Map Suite Windows Phone Edition map control into your your GIS software.
> [[Map Suite Windows Phone Edition Installation Guide|Installation Guide]] Walks you through installing the map control on your system and creating a simple GIS application.
> [[Map Suite Windows Phone Edition Deployment Guide|Deployment Guide]] Walks you through deploying your GIS software using the map control into a production environment.
> [[Map Suite Windows Phone Edition Dependencies Guide|Dependencies Guide]] Introduces the dependencies Map Suite Windows Phone Edition needs with 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.
===== 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.WindowsPhoneEdition|ThinkGeo.MapSuite.WindowsPhoneEdition]]
The Windows Phone Edition API documentation covers the ThinkGeo.MapSuite.WindowsPhone namespace which resides in the WindowsPhoneEdition.dll assembly. It contains all of the Windows Phone Edition specific classes such as the map control itself, Overlays, and supported map classes.
===== Code Samples ===== ** In addition to the samples below, we have dozens of interactive WindowsPhone Edition sample applications available **
[[Map Suite Windows Phone Edition All Samples|All Samples]] \\ All samples about Map Suite Windows Phone Edition.
[[Map Suite Windows Phone Edition Background Maps (Google, Bing, etc) Samples|Background Maps]] \\ These samples show how to incorporate 3rd part background map(Google, Bing, etc) with your application.
[[Map Suite Windows Phone Edition InteractiveOverlays Samples|InteractiveOverlays]] \\ These samples show various aspects of how to extend or create InteractiveOverlays
[[Map Suite Windows Phone Edition Labeling Samples|Labeling]] \\ These samples show various ways to use labeling in your application.
[[Map Suite Windows Phone 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 Windows Phone Edition Miscellaneous Samples|Miscellaneous]] \\ These samples show other miscellaneous features for the product.
[[Map Suite Windows Phone Edition Projection Samples|Projection]] \\ These sample features various usages of projection.
[[Map Suite Windows Phone Edition Spatial Functions Samples|Spatial Functions]] \\ These samples show various spatial functions such as union, buffer, merging data etc.
[[Map Suite Windows Phone 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 Windows Phone 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.
===== Videos ===== {{page>map_suit_extending_map_suite_video_series}} ===== Screenshots =====
{{windowsphoneedition:screenshot:Bing_hybrid_style.png?90x184|Screenshot}} \\ Switch between different base maps
{{windowsphoneedition:screenshot:Load_shapefile_from_serverside.png?90x184|Screenshot}} \\ Load shapefiles from server side
{{windowsphoneedition:screenshot:Query_server_with_wcf.png?90x184|Screenshot}} \\ Query server with WCF
{{windowsphoneedition:screenshot:Vehicle_tracking.png?90x184|Screenshot}} \\ Vehicle Tracking: Show vehicles and history locations
{{windowsphoneedition:screenshot:Edit_geofences.png?90x184|Screenshot}} \\ Vehicle Tracking: Edit geofences
{{windowsphoneedition:screenshot:Popup_sample.png?90x184|Screenshot}} \\ Showing a popup
{{windowsphoneedition:screenshot:Marker_sample.png?90x184|Screenshot}} \\ Showing a marker
{{windowsphoneedition:screenshot:Render_shapefiles_locally.png?90x184|Screenshot}} \\ Render shapefiles that are locally stored on the phone
{{windowsphoneedition:screenshot:Connect_points_using_the_Great_Circle.Show_accurate_distances.png?90x184|Screenshot}} \\ Connect points using the Great Circle. Show accurate distances
{{windowsphoneedition:screenshot:Draw_areas_right_on_the_mapPoints_lines_polygons_ellipses_and_more.png?90x184|Screenshot}} \\ Draw areas right on the map. Points, lines, polygons, ellipses and more
{{windowsphoneedition:screenshot:Find_the_feature_clicked_on.png?90x184|Screenshot}} \\ Showing information of the clicked feature
{{windowsphoneedition:screenshot:Reproject_your_data_to_a_different_projection.png?90x184|Screenshot}} \\ Reproject a shapefile to a different projection
{{windowsphoneedition:screenshot:Thematic_style_based_on_population.png?90x184|Screenshot}} \\ Showing thematic style based on population
{{windowsphoneedition:screenshot:Zed_graph_style.png?90x184|Screenshot}} \\ Showing the ratio of white to asian of US major cities using pie chart
{{windowsphoneedition:screenshot:Queries_include_Within_Containing_Disjointed_Intersecting_and_more.png?90x184|Screenshot}} \\ Queries include Within, Containing, Disjointed, Intersecting and more
===== Change Logs ===== * [[Map Suite Windows Phone Edition Release Change Log|API Change Log]]
This change log details the changes made to the product for each major release cycle.
* [[Map Suite Windows Phone 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 Windows Phone Edition FAQ All Questions|All Questions]]
All the frequently asked questions about Map Suite Windows Phone Edition.
* [[Map Suite Windows Phone 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 Windows Phone Edition FAQ Background Maps (Google, Bing, etc.)|Background Maps]]
These frequently asked questions cover showing how to incorporate 3rd part background map with your application.
* [[Map Suite Windows Phone Edition FAQ InteractiveOverlays|InteractiveOverlays ]]
These frequently asked questions cover various aspects of how to extend or create InteractiveOverlays. Examples of InteractiveOverlay functions are things such as drawing track shapes, shape editing and track extents.
* [[Map Suite Windows Phone Edition FAQ Labeling|Labeling]]
These frequently asked questions cover various aspects of labeling features.
* [[Map Suite Windows Phone 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 Windows Phone 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 Windows Phone Edition FAQ Projection|Projection]]
These frequently asked questions cover various aspects of projection such as how to re-project your data.
* [[Map Suite Windows Phone Edition FAQ Spatial Functions|Spatial Functions]]
These frequently asked questions cover various spatial functions such as union, buffer, merging data etc.
* [[Map Suite Windows Phone 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 Windows Phone Edition FAQ Zooming Panning Moving|Zooming Panning Moving]]
These frequently asked questions cover various ways to move the map.
===== Help & Support Guides ===== {{page>help_support_guides}}