IdentifyLayerResult

class IdentifyLayerResult

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

Properties

Link copied to clipboard
val error: Throwable?
Link copied to clipboard
val geoElements: List<GeoElement>

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. The function will always return an array containing objects that implement GeoElement.

Link copied to clipboard
val isTransferLimitExceeded: Boolean

If the transfer limit was exceeded for the identify results.

Link copied to clipboard
val layerContent: LayerContent
Link copied to clipboard
val popups: List<Popup>

The identify result's list of identified popups.

Link copied to clipboard
val sublayerResults: List<IdentifyLayerResult>

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