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.
Requirements
This sample makes use of the following NuGet Packages
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
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.