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