Feature
Feature =
object
Defined in: src/ExpoArcgis.types.ts:386
A feature returned by a query — its attributes plus (optionally) its geometry.
Properties
Section titled “Properties”attributes
Section titled “attributes”attributes:
Record<string,unknown>
Defined in: src/ExpoArcgis.types.ts:387
geometry
Section titled “geometry”geometry:
Geometry|null
Defined in: src/ExpoArcgis.types.ts:388