Skip to content
Guides API

TapEventPayload

TapEventPayload = object

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

Payload for the <MapView onTap> event.

mapPoint: object

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

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

latitude: number

longitude: number


screenPoint: object

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

Screen location of the tap, in points.

x: number

y: number