IdentifyResult
IdentifyResult =
object
Defined in: src/ExpoArcgis.types.ts:538
One layer’s hits from a <MapView> identify (the features under a screen point).
Properties
Section titled “Properties”features
Section titled “features”features:
Feature[]
Defined in: src/ExpoArcgis.types.ts:542
Identified features in that layer. Empty for a <VectorTileLayer> — see vectorTileFeatures.
layerName
Section titled “layerName”layerName:
string
Defined in: src/ExpoArcgis.types.ts:540
Name of the layer the features belong to.
vectorTileFeatures
Section titled “vectorTileFeatures”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.