Listener add Featurelayer Map complete

689
2
06-04-2019 10:03 AM
lasinh
by
New Contributor III

1.How to registry event or listener add feature Layer to map complete 

2. How to listener Basemap change 

Tags (1)
0 Kudos
2 Replies
GuntherHeppner
Esri Contributor

Hi La,

1. I'm not sure I understand your question. Do you want to be notified when a FeatureLayer that has been added to the map has been loaded? If so, you can call FeatureLayer.addDoneLoadingListener to add a listener that gets invoked when loading of that layer has completed. More info about that here: https://developers.arcgis.com/android/latest/guide/loadable-pattern.htm

2
. You can listen to the BasemapChanged event via the BasemapChangedListener.

lasinh
by
New Contributor III

thank you very much

0 Kudos