Issue while clicking on feature layer feature

158
2
4 weeks ago
NancySuez
New Contributor

Hello,

I have implemented multiple feature layer in single map now trying to get data after clicking on feature, But unable to get data. If someone knows how two get click feature information if implemented multiple layers

0 Kudos
2 Replies
Shubham_Sharma
Esri Contributor

Check out the sample code for feature layer selection: https://developers.arcgis.com/android/kotlin/sample-code/identify-layers/

The GeoView supports two methods of identify: identifyLayerAsync(...), which identifies features within a specific layer and identifyLayersAsync(...), which identifies features for all layers in the current view.

GISSUEZ
New Contributor

Thanks for your reply. I tried the same but was unable to get details. I have 8-feature layer and using Arcgisimagemap to inflate it all together now want to edit and get data after selecting point , line, etc. Now after selecting point and line unable to get data from feature table (layers I have 0 to 😎

0 Kudos