Skip to content

ReverseGeocodeParameters

ReverseGeocodeParameters = object

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

Parameters for geocoder.reverseGeocode. Mirrors the native ReverseGeocodeParameters.

optional locatorUrl?: string

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

Locator to use. An online geocode-service URL, or a local path to an offline locator (.loc) for disconnected geocoding. Defaults to the ArcGIS World Geocoding Service.


optional maxDistance?: number

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

Maximum search distance from the point, in meters.


optional maxResults?: number

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

Maximum number of matches to return.