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.
Type Declaration
Section titled “Type Declaration”features
Section titled “features”features:
FeatureCollectionFeatureSpec[]
The features (attributes + geometry) to display.
fields
Section titled “fields”fields:
FeatureCollectionField[]
The collection’s field schema.
renderer?
Section titled “renderer?”
optionalrenderer?:Renderer
Optional renderer to symbolize the features.