<?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: Offline Maps Update Availability in Kotlin Maps SDK Questions</title>
    <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1311833#M162</link>
    <description>&lt;P&gt;You can use the class&amp;nbsp;&lt;A href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.tasks.offlinemaptask/-offline-map-updates-info/index.html?query=class%20OfflineMapUpdatesInfo" target="_blank" rel="noopener"&gt;OfflineMapUpdatesInfo,&lt;/A&gt;&amp;nbsp;which provides information on the available updates for an offline map. And the property&amp;nbsp;&lt;A href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.tasks.offlinemaptask/-offline-map-updates-info/scheduled-updates-download-size.html" target="_blank" rel="noopener"&gt;scheduledUpdatesDownloadSize&lt;/A&gt; to schedule updates to be stored using the online map area and downloaded to your device at a later time or immediately.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 00:22:17 GMT</pubDate>
    <dc:creator>Shubham_Sharma</dc:creator>
    <dc:date>2023-07-26T00:22:17Z</dc:date>
    <item>
      <title>Offline Maps Update Availability</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1311761#M155</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm currently exploring ways to efficiently notify our users when updates become available for their maps, which have been downloaded from online sources.&lt;/P&gt;&lt;P&gt;I've investigated the use of getDownloadAvailability, but we created the map using GenerateOfflineMapJob and I haven't found any information related to scheduling update workflows.&lt;/P&gt;&lt;P&gt;Any advice or insights into this matter would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you in advance for your assistance!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 20:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1311761#M155</guid>
      <dc:creator>NikkKarataev</dc:creator>
      <dc:date>2023-07-25T20:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Maps Update Availability</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1311833#M162</link>
      <description>&lt;P&gt;You can use the class&amp;nbsp;&lt;A href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.tasks.offlinemaptask/-offline-map-updates-info/index.html?query=class%20OfflineMapUpdatesInfo" target="_blank" rel="noopener"&gt;OfflineMapUpdatesInfo,&lt;/A&gt;&amp;nbsp;which provides information on the available updates for an offline map. And the property&amp;nbsp;&lt;A href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.tasks.offlinemaptask/-offline-map-updates-info/scheduled-updates-download-size.html" target="_blank" rel="noopener"&gt;scheduledUpdatesDownloadSize&lt;/A&gt; to schedule updates to be stored using the online map area and downloaded to your device at a later time or immediately.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 00:22:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1311833#M162</guid>
      <dc:creator>Shubham_Sharma</dc:creator>
      <dc:date>2023-07-26T00:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Maps Update Availability</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1312099#M170</link>
      <description>&lt;P&gt;Hi, It seems as if we can only use the methods above when we generated an offline map using a PreplannedMap area?&amp;nbsp; Or can this be used with an offline map generated by user from geometry and parameters generated by user interaction (using createGenerateOfflineMapJob)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 16:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1312099#M170</guid>
      <dc:creator>JakeHimmel</dc:creator>
      <dc:date>2023-07-26T16:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Maps Update Availability</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1312175#M171</link>
      <description>&lt;P&gt;There are two workflows you can use to take a map offline:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;On-demand&lt;/STRONG&gt;: Using an&amp;nbsp;&lt;EM&gt;OfflineMapTask&lt;/EM&gt; with &lt;EM&gt;GenerateOfflineMapParameters&lt;/EM&gt; and run the job using &lt;EM&gt;OfflineMapJob&lt;/EM&gt;. Tutorial&amp;nbsp;&lt;A href="https://developers.arcgis.com/kotlin/offline-maps-scenes-and-data/download-an-offline-map-on-demand/" target="_blank" rel="noopener"&gt;Link&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Ahead of time&lt;/STRONG&gt;: Using an &lt;EM&gt;OfflineMapTask&lt;/EM&gt; with &lt;EM&gt;DownloadPreplannedOfflineMapParameters&lt;/EM&gt;, and run the download job using a&amp;nbsp;&lt;EM&gt;DownloadPreplannedOfflineMapJob&lt;/EM&gt;: Tutorial&amp;nbsp;&lt;A href="https://developers.arcgis.com/kotlin/offline-maps-scenes-and-data/download-an-offline-map-ahead-of-time/" target="_blank" rel="noopener"&gt;Link&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;Both workflows will accept a user-defined/custom geometry as part of the task parameters to take the map offline.&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 23:23:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1312175#M171</guid>
      <dc:creator>Shubham_Sharma</dc:creator>
      <dc:date>2023-07-26T23:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Maps Update Availability</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1312331#M173</link>
      <description>&lt;P&gt;I do not see a way to alter the geometry of a PreplannedMapArea, the 'AreaOfInterestGeometry'&amp;nbsp;&lt;A href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.tasks.offlinemaptask/-preplanned-map-area/index.html#1442292066%2FProperties%2F1086730362" target="_self"&gt;link&lt;/A&gt;&amp;nbsp; is immutable.&amp;nbsp; Is there another way to alter the geometry of a Preplanned Offline Map?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 21:39:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1312331#M173</guid>
      <dc:creator>JakeHimmel</dc:creator>
      <dc:date>2023-07-26T21:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Maps Update Availability</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1312395#M174</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/704810"&gt;@JakeHimmel&lt;/a&gt;&amp;nbsp;Thanks for pointing it out, after looking into the API ref more, currently there is no way to alter a geometry of a preplanned offline map on the client side.&lt;/P&gt;&lt;P&gt;In order to choose which areas of the map to take offline, you would need to set up the portal item with a layer or list of layers in which you can define a custom offline map area. Then, using the SDK you can get these &lt;A href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.tasks.offlinemaptask/-offline-map-task/get-preplanned-map-areas.html?query=suspend%20fun%20getPreplannedMapAreas():%20Result%3CList%3CPreplannedMapArea%3E%3E" target="_blank" rel="noopener"&gt;getPreplannedMapAreas&lt;/A&gt; to retrieve and choose an area to be taken offline.&amp;nbsp;If you would like to change the preplanned map areas, you would need to update the web map settings and then take the updated area offline again.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;More info: &lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/take-maps-offline.htm#ESRI_SECTION1_C0331D55CAE14D4FAB1B54354A9246F2" target="_blank" rel="noopener"&gt;Enabling layers and maps for offline use&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 00:26:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/offline-maps-update-availability/m-p/1312395#M174</guid>
      <dc:creator>Shubham_Sharma</dc:creator>
      <dc:date>2023-07-27T00:26:13Z</dc:date>
    </item>
  </channel>
</rss>

