<?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 Loading Base map needs token? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/loading-base-map-needs-token/m-p/1334471#M12156</link>
    <description>&lt;P&gt;Hi, while loading base map on xamarin iOS (&lt;FONT size="2"&gt;&lt;SPAN class=""&gt;Esri.ArcGISRuntime 100.15.1),&amp;nbsp;&lt;FONT size="3"&gt; I am getting an error saying token required.&lt;BR /&gt;How can i load base map without token?&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 11:18:58 GMT</pubDate>
    <dc:creator>YashvitNaik</dc:creator>
    <dc:date>2023-10-03T11:18:58Z</dc:date>
    <item>
      <title>Loading Base map needs token?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/loading-base-map-needs-token/m-p/1334471#M12156</link>
      <description>&lt;P&gt;Hi, while loading base map on xamarin iOS (&lt;FONT size="2"&gt;&lt;SPAN class=""&gt;Esri.ArcGISRuntime 100.15.1),&amp;nbsp;&lt;FONT size="3"&gt; I am getting an error saying token required.&lt;BR /&gt;How can i load base map without token?&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 11:18:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/loading-base-map-needs-token/m-p/1334471#M12156</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2023-10-03T11:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Base map needs token?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/loading-base-map-needs-token/m-p/1334802#M12161</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;How can i load base map without token?&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;It really depends on which service you're putting in your basemap. If you're using the ArcGIS Online basemap services they generally require an API Key to load. You can generate one in the developer dashboard. Otherwise look for other various other services you can use that aren't requiring API key.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 23:05:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/loading-base-map-needs-token/m-p/1334802#M12161</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-10-03T23:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Base map needs token?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/loading-base-map-needs-token/m-p/1337823#M12185</link>
      <description>&lt;P&gt;You can use any web map as your basemap, so if you find a public one (or create one yourself) you can use code like this without providing an API key:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;// Create a new Map with the 'World Globe 1812' web map as the base map.
var webMapItemUrl = "https://www.arcgis.com/home/item.html?id=ef5920f160bd4239bdeb1348de3a3156";
var basemap = new Basemap(new System.Uri(webMapItemUrl));

Map myMap = new Map(basemap);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 16:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/loading-base-map-needs-token/m-p/1337823#M12185</guid>
      <dc:creator>ThadTilton</dc:creator>
      <dc:date>2023-10-13T16:54:12Z</dc:date>
    </item>
  </channel>
</rss>

