<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using Elevation Services as basemap in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-elevation-services-as-basemap/m-p/147000#M1375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The esri elevation services are free (they don't utilize credits) but they can only be accessed through an ArcGIS Online Organization subscription. More details in this blog post - &lt;A href="http://blogs.esri.com/esri/arcgis/2014/07/11/introducing-esris-world-elevation-services/" title="http://blogs.esri.com/esri/arcgis/2014/07/11/introducing-esris-world-elevation-services/"&gt;Introducing Esri’s World Elevation Services | ArcGIS Blog&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your apps user has an org subscription account, you can use the AGSOAuthLoginViewController class in the SDK to allow the end user to log in to their account. This class returns to you an AGSCredential object when the user successfully logs in. See &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/OAuth%20Login%20Sample" title="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/OAuth%20Login%20Sample"&gt;OAuth Login Sample&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have the credential,&amp;nbsp; you can use it to open web maps that contain elevation layers, or you can load the elevation layers directly and add them to the map view as AGSImageServiceLayer objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2014 18:44:22 GMT</pubDate>
    <dc:creator>DiveshGoyal</dc:creator>
    <dc:date>2014-07-22T18:44:22Z</dc:date>
    <item>
      <title>Using Elevation Services as basemap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-elevation-services-as-basemap/m-p/146998#M1373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I add esri elevation service as a basemap in my native ios app. It is always asking for token when I add it with a url&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 07:47:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-elevation-services-as-basemap/m-p/146998#M1373</guid>
      <dc:creator>HumzaAkhtar</dc:creator>
      <dc:date>2014-07-22T07:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using Elevation Services as basemap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-elevation-services-as-basemap/m-p/146999#M1374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this ArcGIS Runtime SDK for iOS we're talking about?&lt;/P&gt;&lt;P&gt;If yes then it should allow you to view the map when licensed or when it's in developer mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not Runtime SDK app, then you need a valid token. &lt;/P&gt;&lt;P&gt;It can be generated on the server with AGOL account.&lt;/P&gt;&lt;P&gt;But token is short lived and it will timeout eventually a which point a new token needs to be generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 15:52:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-elevation-services-as-basemap/m-p/146999#M1374</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2014-07-22T15:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Elevation Services as basemap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-elevation-services-as-basemap/m-p/147000#M1375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The esri elevation services are free (they don't utilize credits) but they can only be accessed through an ArcGIS Online Organization subscription. More details in this blog post - &lt;A href="http://blogs.esri.com/esri/arcgis/2014/07/11/introducing-esris-world-elevation-services/" title="http://blogs.esri.com/esri/arcgis/2014/07/11/introducing-esris-world-elevation-services/"&gt;Introducing Esri’s World Elevation Services | ArcGIS Blog&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your apps user has an org subscription account, you can use the AGSOAuthLoginViewController class in the SDK to allow the end user to log in to their account. This class returns to you an AGSCredential object when the user successfully logs in. See &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/OAuth%20Login%20Sample" title="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/OAuth%20Login%20Sample"&gt;OAuth Login Sample&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have the credential,&amp;nbsp; you can use it to open web maps that contain elevation layers, or you can load the elevation layers directly and add them to the map view as AGSImageServiceLayer objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 18:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-elevation-services-as-basemap/m-p/147000#M1375</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2014-07-22T18:44:22Z</dc:date>
    </item>
  </channel>
</rss>

