Skip to content

PortalItemInfo

PortalItemInfo = object

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

One portal item returned by portal.findItems.

id: string

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

Portal item id (pass to <Map portalItem={{ itemId }}> to display the web map).


owner: string

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

Portal username of the item owner.


snippet: string

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

Short description / abstract.


thumbnailUrl: string | null

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

Absolute HTTPS URL of the item’s thumbnail, or null when none is available. Constructed as <portalUrl>/sharing/rest/content/items/<id>/info/thumbnail. Load it in an <Image> component; no auth is required for public items.


title: string

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

Human-readable title.


type: string

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

Human-readable type string (e.g. "Web Map", "Feature Service"). Maps to PortalItem.typeName on both platforms.