Skip to content

FeatureCollectionLayerProps

FeatureCollectionLayerProps = LayerProps & object

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

Props for <FeatureCollectionLayer> — an in-memory layer built from a client-side schema and features (no feature service). fields and features are read once at construction; opacity, visible and renderer update reactively.

features: FeatureCollectionFeatureSpec[]

The features (attributes + geometry) to display.

fields: FeatureCollectionField[]

The collection’s field schema.

optional renderer?: Renderer

Optional renderer to symbolize the features.