Skip to content
Guides API

PopupResult

PopupResult = object

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

An evaluated popup from identifyPopups — a title plus formatted field label/value pairs.

fields: object[]

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

Formatted fields, in the layer’s popup-definition order.

label: string

value: string


media: PopupMediaInfo[]

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

Images and charts the popup defines, in author order. Empty when it defines none.


title: string

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

The popup’s (evaluated) title.