Skip to content
Guides API

PopupMediaInfo

PopupMediaInfo = object

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

One media item in an evaluated popup. Mirrors PopupMedia.

alternativeText: string

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

Text describing the media for screen readers (ArcGIS 300.1). Empty when the popup author set none — fall back to caption or title rather than leaving the image unlabelled.


caption: string

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


linkUrl: string | null

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

Where tapping the media should navigate, when the author set a link.


sourceUrl: string | null

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

Image source, for image media.


title: string

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


type: "image" | "bar-chart" | "column-chart" | "line-chart" | "pie-chart" | "unknown"

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