<?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 basemap in offline mode xamarin forms in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/loading-basemap-in-offline-mode-xamarin-forms/m-p/637291#M7862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am using ArcGIS for map integration of my Xamarin forms appliction.&lt;/P&gt;&lt;P&gt;Till now, I have integrated the map features, Overlay operational and graphics layer over my map using the nuget package "Esri.ArcGISRuntime.Xamarin.Forms(100.7.0)" NuGet package.I am using ArcGIS default Basemap ( Basemap.CreateNavigationVector()) and overlayed my KML/KMZ files over it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I have a requirement to load map in offline mode as well. I am able to save the KML/KMZ and other overlay files in my app local folder and overlay it. However, I am stuck in loading the offline Basemap.&lt;/P&gt;&lt;P&gt;I have been through this link "&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/forms/sample-code/generate-offline-map-with-local-basemap/" title="https://developers.arcgis.com/net/latest/forms/sample-code/generate-offline-map-with-local-basemap/"&gt;Generate offline map with local basemap | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;" and couple of other links as well, but I am completely lost&lt;/P&gt;&lt;P&gt;I haven't authored any map on ArcGIS web portal till now, so can you please guide me on how can I use&amp;nbsp;Load my BaseMap in offline mode as well.&amp;nbsp;It is a little urgent. Looking forward to your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2020 08:23:30 GMT</pubDate>
    <dc:creator>KavitaPandey</dc:creator>
    <dc:date>2020-05-28T08:23:30Z</dc:date>
    <item>
      <title>Loading basemap in offline mode xamarin forms</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/loading-basemap-in-offline-mode-xamarin-forms/m-p/637291#M7862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am using ArcGIS for map integration of my Xamarin forms appliction.&lt;/P&gt;&lt;P&gt;Till now, I have integrated the map features, Overlay operational and graphics layer over my map using the nuget package "Esri.ArcGISRuntime.Xamarin.Forms(100.7.0)" NuGet package.I am using ArcGIS default Basemap ( Basemap.CreateNavigationVector()) and overlayed my KML/KMZ files over it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I have a requirement to load map in offline mode as well. I am able to save the KML/KMZ and other overlay files in my app local folder and overlay it. However, I am stuck in loading the offline Basemap.&lt;/P&gt;&lt;P&gt;I have been through this link "&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/forms/sample-code/generate-offline-map-with-local-basemap/" title="https://developers.arcgis.com/net/latest/forms/sample-code/generate-offline-map-with-local-basemap/"&gt;Generate offline map with local basemap | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;" and couple of other links as well, but I am completely lost&lt;/P&gt;&lt;P&gt;I haven't authored any map on ArcGIS web portal till now, so can you please guide me on how can I use&amp;nbsp;Load my BaseMap in offline mode as well.&amp;nbsp;It is a little urgent. Looking forward to your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 08:23:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/loading-basemap-in-offline-mode-xamarin-forms/m-p/637291#M7862</guid>
      <dc:creator>KavitaPandey</dc:creator>
      <dc:date>2020-05-28T08:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading basemap in offline mode xamarin forms</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/loading-basemap-in-offline-mode-xamarin-forms/m-p/637292#M7863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to hear you're having trouble with taking basemaps offline. I recommend taking a look at&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/forms/sample-code/export-tiles/" title="https://developers.arcgis.com/net/latest/forms/sample-code/export-tiles/"&gt;Export tiles | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; , which doesn't require publishing the map to ArcGIS Online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you'll want something like the following process for your app:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Define the map you need in code - basemap, KML layers, etc.&lt;/LI&gt;&lt;LI&gt;Define the map area you want to take offline&lt;/LI&gt;&lt;LI&gt;Use the export tiles task to take the basemap offline&lt;/LI&gt;&lt;LI&gt;Save any additional content you need to the local device.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;And then when loading the offline map, you'll want to&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create the map and create a basemap from the tile cache. &lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/forms/sample-code/edit-and-sync-features/" title="https://developers.arcgis.com/net/latest/forms/sample-code/edit-and-sync-features/"&gt;Edit and sync features | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; happens to show loading a basemap from a tile cache.&lt;/LI&gt;&lt;LI&gt;Open the saved KML and any additional content&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you'll want to pay attention to the performance characteristics of the exported tiles; the performance differences can be counterintuitive when comparing vector and raster tiles, especially when dealing with small export extents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 19:04:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/loading-basemap-in-offline-mode-xamarin-forms/m-p/637292#M7863</guid>
      <dc:creator>NathanCastle1</dc:creator>
      <dc:date>2020-06-10T19:04:53Z</dc:date>
    </item>
  </channel>
</rss>

