Skip to content

GeoPackageLayerProps

GeoPackageLayerProps = LayerProps & object

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

Props for a <GeoPackageLayer> — displays a feature table from a local .gpkg file. The GeoPackage is opened asynchronously; the layer appears once the load completes.

path: string

Absolute path to the local .gpkg file.

optional tableName?: string

Name of the feature table to display. When omitted, the first table in the GeoPackage is used. Construction-only — remount to change.