GeocodeResult
GeocodeResult =
object
Defined in: src/ExpoArcgis.types.ts:1280
One geocode/reverse-geocode match. Mirrors the native GeocodeResult.
Properties
Section titled “Properties”attributes
Section titled “attributes”attributes:
Record<string,unknown>
Defined in: src/ExpoArcgis.types.ts:1288
Result attributes (fields depend on the locator).
label:
string
Defined in: src/ExpoArcgis.types.ts:1282
Human-readable address / place name.
location
Section titled “location”location:
PointGeometry|null
Defined in: src/ExpoArcgis.types.ts:1284
Point to display for the match (null if the locator returns none).
score:
number
Defined in: src/ExpoArcgis.types.ts:1286
Match confidence, 0–100.