Skip to content

PortalQuery

PortalQuery = object

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

Parameters for portal.findItems.

optional max?: number

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

Maximum number of items to return (default 10).


optional portalUrl?: string

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

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


query: string

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

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