how to create offline map for particular area form mobile app itself iOS swift.

401
1
08-21-2023 12:13 AM
KAMLESHDURGUDE
New Contributor II

Hi, 

In the google map we have one feature where we can select the particular area and create the offline map for that area. User can also change that area every time whenever he want. So that there is no dependency for only one area. So do we have such feature in iOS sdk, where user can select the different different areas whenever he want and download the particular offline map for the selected area. 

0 Kudos
1 Reply
Nicholas-Furness
Esri Regular Contributor

Hi,

To take a custom area of a map offline, you will need to use the On-Demand workflow.

Each area that you download will be a separate offline map. So, for example, if you download two overlapping areas, they will be separate offline maps on your device and are not merged.

You can learn more about the overall offline capabilities here.

0 Kudos