<?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: Bing or Google Maps Base? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-or-google-maps-base/m-p/306906#M2727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just following-up on this one it looks like the Bing base maps work fine via the other thread on the subject.&amp;nbsp; If interested/needed the short code for an OpenStreetMap layer is below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; //
&amp;nbsp; // ----- OpenStreetMap base layer
&amp;nbsp; //
&amp;nbsp; AGSOpenStreetMapLayer *baseLayer = [[AGSOpenStreetMapLayer alloc] init];
&amp;nbsp; [self.mapView addMapLayer:baseLayer withName:@"OpenStreetMap"];
&amp;nbsp; [self.mapView zoomToEnvelope:[baseLayer fullEnvelope] animated:NO];
&amp;nbsp; [baseLayer release];&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 14:41:48 GMT</pubDate>
    <dc:creator>BrianKrzys</dc:creator>
    <dc:date>2021-12-11T14:41:48Z</dc:date>
    <item>
      <title>Bing or Google Maps Base?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-or-google-maps-base/m-p/306904#M2725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anybody know if it's possible to use either Bing or Google Maps as the base layer with the iOS API?&amp;nbsp; If so, how is it done?&amp;nbsp; Reading through the forum posts looks like Bing should work, but there is a longer thread that never seemed to reach a point of resolution with Bing. Ideally I'm after more of the "terrain" view from either service.&amp;nbsp; The ArcGIS Online stuff is great, but for a lot of the areas where we work there is still a fair bit more detail from the other sources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Brian.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 03:33:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-or-google-maps-base/m-p/306904#M2725</guid>
      <dc:creator>BrianKrzys</dc:creator>
      <dc:date>2010-10-05T03:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bing or Google Maps Base?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-or-google-maps-base/m-p/306905#M2726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can either use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iphone/reference/interface_a_g_s_bing_map_layer.html"&gt;AGSBingMapLayer&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iphone/reference/interface_a_g_s_open_street_map_layer.html"&gt;AGSOpenStreetMapLayer&lt;/A&gt;&lt;SPAN&gt; as a base layer. It should just work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 16:47:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-or-google-maps-base/m-p/306905#M2726</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2010-10-06T16:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bing or Google Maps Base?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-or-google-maps-base/m-p/306906#M2727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just following-up on this one it looks like the Bing base maps work fine via the other thread on the subject.&amp;nbsp; If interested/needed the short code for an OpenStreetMap layer is below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; //
&amp;nbsp; // ----- OpenStreetMap base layer
&amp;nbsp; //
&amp;nbsp; AGSOpenStreetMapLayer *baseLayer = [[AGSOpenStreetMapLayer alloc] init];
&amp;nbsp; [self.mapView addMapLayer:baseLayer withName:@"OpenStreetMap"];
&amp;nbsp; [self.mapView zoomToEnvelope:[baseLayer fullEnvelope] animated:NO];
&amp;nbsp; [baseLayer release];&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:41:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-or-google-maps-base/m-p/306906#M2727</guid>
      <dc:creator>BrianKrzys</dc:creator>
      <dc:date>2021-12-11T14:41:48Z</dc:date>
    </item>
  </channel>
</rss>

