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