Issue while clicking on feature layer feature

109
1
2 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
1 Reply
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.

0 Kudos