SuggestParameters
SuggestParameters =
object
Defined in: src/ExpoArcgis.types.ts:1312
Parameters for geocoder.suggest. Mirrors the native SuggestParameters.
Properties
Section titled “Properties”categories?
Section titled “categories?”
optionalcategories?:string[]
Defined in: src/ExpoArcgis.types.ts:1316
Place categories to filter by.
locatorUrl?
Section titled “locatorUrl?”
optionallocatorUrl?:string
Defined in: src/ExpoArcgis.types.ts:1323
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.
maxResults?
Section titled “maxResults?”
optionalmaxResults?:number
Defined in: src/ExpoArcgis.types.ts:1314
Maximum number of suggestions to return.
preferredSearchLocation?
Section titled “preferredSearchLocation?”
optionalpreferredSearchLocation?:PointGeometry
Defined in: src/ExpoArcgis.types.ts:1318
A point near which suggestions are preferred.