GeocodeResult
GeocodeResult =
object
Defined in: src/ExpoArcgis.types.ts:1702
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:1710
Result attributes (fields depend on the locator).
label:
string
Defined in: src/ExpoArcgis.types.ts:1704
Human-readable address / place name.
location
Section titled “location”location:
PointGeometry|null
Defined in: src/ExpoArcgis.types.ts:1706
Point to display for the match (null if the locator returns none).
score:
number
Defined in: src/ExpoArcgis.types.ts:1708
Match confidence, 0–100.