Skip to content

TapEventPayload

TapEventPayload = object

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

Payload for the <MapView onTap> event.

mapPoint: object

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

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

latitude: number

longitude: number


screenPoint: object

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

Screen location of the tap, in points.

x: number

y: number