Skip to content
Guides API

IdentifyResult

IdentifyResult = object

Defined in: src/ExpoArcgis.types.ts:538

One layer’s hits from a <MapView> identify (the features under a screen point).

features: Feature[]

Defined in: src/ExpoArcgis.types.ts:542

Identified features in that layer. Empty for a <VectorTileLayer> — see vectorTileFeatures.


layerName: string

Defined in: src/ExpoArcgis.types.ts:540

Name of the layer the features belong to.


vectorTileFeatures: VectorTileFeature[]

Defined in: src/ExpoArcgis.types.ts:547

Hits on a <VectorTileLayer>, which ArcGIS 300.1 made identifiable. Empty for every other layer type, so existing callers reading features are unaffected.