How to read the geodatabase from the arcGIS cloud into the app.

255
1
10-26-2023 11:36 PM
DeepamPalaniswami
New Contributor III

Hi Team,

I am planning to download the database and also all the tables from arcGIS cloud group into the app. 

Is there any functions (get call) for this step in Kotlin ArcGIS SDK? 

0 Kudos
1 Reply
RamaChintapalli
Esri Contributor

Hi,

If you have a feature service with multiple layers/tables in it, you can use the following sample as reference to take all the layers/tables in that service offline at once.

Thanks
Rama

0 Kudos