This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_ios_edition_quick_start_guide [2015/09/09 09:52] admin [Setting up the Environment] |
map_suite_ios_edition_quick_start_guide [2017/03/17 02:23] (current) tgwikiupdate |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Map Suite iOS Edition Quick Start Guide ====== | ====== Map Suite iOS Edition Quick Start Guide ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
<div msgbox> | <div msgbox> | ||
Line 17: | Line 19: | ||
===== Download the Sample ===== | ===== Download the Sample ===== | ||
- | <faicon fa fa-download fa-lg> {{:File:HelloWorld iOS.zip|Download Sample Code From This Exercise}} //(1.5 MB)// | + | <faicon fa fa-download fa-lg> {{filehistory:HelloWorld iOS.zip|Download Sample Code From This Exercise}} //(1.5 MB)// |
===== Setting up the Environment ===== | ===== Setting up the Environment ===== | ||
Line 39: | Line 41: | ||
In Windows for Visual Studio 2012 or newer, Go to Tools > Options in Visual Studio and open the Xamarin > iOS Settings panel to access the iOS Mac Build Host settings: | In Windows for Visual Studio 2012 or newer, Go to Tools > Options in Visual Studio and open the Xamarin > iOS Settings panel to access the iOS Mac Build Host settings: | ||
- | {{iosedition:QSG_iOS_Options.png}} | + | {{iosedition:QSG_iOS_Options.png ?500}} |
\\ | \\ | ||
// Figure 3. Accessing the iOS Mac Build Host settings.// | // Figure 3. Accessing the iOS Mac Build Host settings.// | ||
Line 46: | Line 48: | ||
You can change the Mac Build Host by clicking the Find Mac Build Host button. The following screen is displayed to update the Mac Build Host: | You can change the Mac Build Host by clicking the Find Mac Build Host button. The following screen is displayed to update the Mac Build Host: | ||
- | {{iosedition:QSG_iOS_Hosts.png}} | + | {{iosedition:QSG_iOS_Hosts.png ?500}} |
\\ | \\ | ||
//Figure 4. Updating the Mac Build Host.// | //Figure 4. Updating the Mac Build Host.// | ||
Line 251: | Line 253: | ||
That was an easy start! Now let's add a second Shapefile to the sample, so we'll have a total of two layers: | That was an easy start! Now let's add a second Shapefile to the sample, so we'll have a total of two layers: | ||
- | #World country borders ("Countries02.shp") | + | - World country borders ("Countries02.shp") |
- | #World capitals ("WorldCapitals.shp") | + | - World capitals ("WorldCapitals.shp") |
<code csharp> | <code csharp> | ||
Line 411: | Line 413: | ||
{{iosedition:QSG_iOS_Img13.png}} | {{iosedition:QSG_iOS_Img13.png}} | ||
\\ | \\ | ||
- | //|Figure 8. Map of Europe after zooming in.// | + | //Figure 8. Map of Europe after zooming in.// |
===== Summary ===== | ===== Summary ===== | ||
Line 423: | Line 425: | ||
- | <faicon fa fa-download> {{:File:HelloWorld iOS.zip|Download Sample Code From This Exercise}} //(1.5 MB)// | + | <faicon fa fa-download fa-lg> {{filehistory:HelloWorld iOS.zip|Download Sample Code From This Exercise}} //(1.5 MB)// |