Please upgrade to version 12 (Search ThinkGeo.UI.iOS on Nuget) if possible. Version 12 has much less dependencies and many other benifits over 10.0, at the same time 80%+ APIs stay the same. Check out ThinkGeo website to get more info. MapSuiteMobileForiOS is based on Xamarin.iOS. This package allows you to add maps and perform GIS spatial operations within your iOS application. It provides classes to work with most GIS data formats, display popups, allow spatial drawing, manage projections, perform spatial operation and much more. Visit our website and wiki, link below, to learn more and watch Map Suite in action. Package Documentation: http://wiki.thinkgeo.com/wiki/map_suite_mobile_for_ios#standard Wiki Documentation: http://wiki.thinkgeo.com/wiki/map_suite_mobile_for_ios Supported Platforms: iOS Other ThinkGeo Products: - Map Suite UI Components - Map Suite Desktop Map Suite Mobile Map Suite Web - Map Suite Servers and Services - Map Suite World Streets Map Suite World Imagery Map Suite Routing Map Suite Geocoder Map Suite Reverse Geocoder Map Suite Elevation


Keywords
.NET, C#, Control, GIS, Map, MapSuite, Mapping, Mobile, Spatial, Suite, ThinkGeo, Xamarin, iOS, iPad, iPhone, csharp, dotnet, spatial-analysis
Install
Install-Package MapSuiteMobileForiOS-Standard -Version 11.0.0-beta075

Documentation

How Do I Sample for iOS

Description

The "How Do I?" samples collection is a comprehensive set containing dozens of interactive samples.

Please refer to Wiki for the details.

Screenshot

Requirements

This sample makes use of the following NuGet Packages

MapSuite 10.0.0

About the Code

MapView.MapUnit = GeographyUnit.Meter;
MapView.ZoomLevelSet = new ThinkGeoCloudMapsZoomLevelSet();
MapView.CurrentExtent = new RectangleShape(-10777311, 3913534, -10776306, 3911735);

/*===========================================
  Backgrounds for this sample are powered by ThinkGeo Cloud Maps and require
  a Client ID and Secret. These were sent to you via email when you signed up
  with ThinkGeo, or you can register now at https://cloud.thinkgeo.com.
===========================================*/
ThinkGeoCloudRasterMapsOverlay thinkGeoCloudMapsOverlay = new ThinkGeoCloudRasterMapsOverlay();
MapView.Overlays.Add(thinkGeoCloudMapsOverlay);
MapView.Refresh();

Getting Help

Map Suite mobile for iOS Wiki Resources

Map Suite mobile for iOS Product Description

ThinkGeo Community Site

ThinkGeo Web Site

Key APIs

This example makes use of the following APIs:

FAQ

  • Q: How do I make background map work?
    A: Backgrounds for this sample are powered by ThinkGeo Cloud Maps and require a Client ID and Secret. These were sent to you via email when you signed up with ThinkGeo, or you can register now at https://cloud.thinkgeo.com. Once you get them, please update the code in method ViewDidLoad() in all ViewController classes.

About Map Suite

Map Suite is a set of powerful development components and services for the .Net Framework.

About ThinkGeo

ThinkGeo is a GIS (Geographic Information Systems) company founded in 2004 and located in Frisco, TX. Our clients are in more than 40 industries including agriculture, energy, transportation, government, engineering, software development, and defense.