Skip to content
Guides API

PortalQuery

PortalQuery = object

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

Parameters for portal.findItems.

optional max?: number

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

Maximum number of items to return (default 10).


optional portalUrl?: string

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

Portal URL (default https://www.arcgis.com).


query: string

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

ArcGIS portal search query string (e.g. 'type:"Web Map" owner:esri'). Forwarded directly to PortalQueryParameters(query:limit:) on both platforms.