IdentifyLayerResult

Identify result containing a layer and the identified elements of that layer. You need to pass this object to identify result functions.

Since

200.1.0

Properties

Link copied to clipboard

The error that occurred during the identify operation, if there is one.

Link copied to clipboard

The identify result's list of identified graphics. If there are no geo element results at the layer level (for layers where geo element results are exposed in sublayer results), an empty array is returned. The array type depends on the type of objects contained in the layer and whether com.arcgismaps.mapping.reduction.AggregationFeatureReduction is enabled on the layer. When com.arcgismaps.mapping.reduction.AggregationFeatureReduction is enabled on the layer, array type will be either com.arcgismaps.mapping.reduction.AggregateGeoElement or the com.arcgismaps.mapping.GeoElement type contained in the layer. The function will always return an array containing objects that implement com.arcgismaps.mapping.GeoElement.

Link copied to clipboard

If the transfer limit was exceeded for the identify results.

Link copied to clipboard

The layer identify result's layer content (a com.arcgismaps.mapping.layers.LayerContent). The element will contain an object that implements com.arcgismaps.mapping.layers.LayerContent. This may be either an com.arcgismaps.mapping.layers.ArcGISSublayer or a com.arcgismaps.mapping.layers.Layer.

Link copied to clipboard

The identify result's list of identified popups.

Link copied to clipboard

The identify layer result's list of sub results. For layers that do not contain sublayers, this array will be empty.