Skip to content

GeocodeResult

GeocodeResult = object

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

One geocode/reverse-geocode match. Mirrors the native GeocodeResult.

attributes: Record<string, unknown>

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

Result attributes (fields depend on the locator).


label: string

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

Human-readable address / place name.


location: PointGeometry | null

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

Point to display for the match (null if the locator returns none).


score: number

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

Match confidence, 0–100.