ReverseGeocodeParameters
ReverseGeocodeParameters =
object
Defined in: src/ExpoArcgis.types.ts:1283
Parameters for geocoder.reverseGeocode. Mirrors the native ReverseGeocodeParameters.
Properties
Section titled “Properties”locatorUrl?
Section titled “locatorUrl?”
optionallocatorUrl?: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.
maxDistance?
Section titled “maxDistance?”
optionalmaxDistance?:number
Defined in: src/ExpoArcgis.types.ts:1287
Maximum search distance from the point, in meters.
maxResults?
Section titled “maxResults?”
optionalmaxResults?:number
Defined in: src/ExpoArcgis.types.ts:1285
Maximum number of matches to return.