Feature
Feature =
object
Defined in: src/ExpoArcgis.types.ts:392
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:393
geometry
Section titled “geometry”geometry:
Geometry|null
Defined in: src/ExpoArcgis.types.ts:394