Skip to content
Guides API

ReverseGeocodeParameters

ReverseGeocodeParameters = object

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

Parameters for geocoder.reverseGeocode. Mirrors the native ReverseGeocodeParameters.

optional locatorUrl?: string

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

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:1333

Maximum search distance from the point, in meters.


optional maxResults?: number

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

Maximum number of matches to return.