Add a TOC to an android map

3982
3
07-19-2014 01:31 PM
El_BoukfaouiReda
New Contributor II

Hey everyone !

 

Can't seem to find the right object to add a table of content to an android map.

Do you have any idea how we can add a TOC to an already existing MapView?

 

Please help !

0 Kudos
3 Replies
El_BoukfaouiReda
New Contributor II

Please help in here.

0 Kudos
DanPatterson_Retired
MVP Emeritus

Where did you intend to direct this question?  Every attempt to redirect it to an appropriate Place or Space is proving futile...this is the best I could come up with

0 Kudos
omega_cancer
Occasional Contributor II

There is no TOC component in ArcGIS android SDK. You need to roll your own.

Here is how to go about:

1. Get All Layers from MapView using GetLayers functions

2. Create a fragment/component with ListView.

3. Add all layers in list view with detai

Hope it would help

0 Kudos