Skip to content
Guides API

TapEventPayload

TapEventPayload = object

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

Payload for the <MapView onTap> event.

mapPoint: object

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

Map location of the tap, in geographic coordinates (WGS84).

latitude: number

longitude: number


screenPoint: object

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

Screen location of the tap, in points.

x: number

y: number