PortalQuery
PortalQuery =
object
Defined in: src/ExpoArcgis.types.ts:2264
Parameters for portal.findItems.
Properties
Section titled “Properties”
optionalmax?:number
Defined in: src/ExpoArcgis.types.ts:2271
Maximum number of items to return (default 10).
portalUrl?
Section titled “portalUrl?”
optionalportalUrl?: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.