TapEventPayload
TapEventPayload =
object
Defined in: src/ExpoArcgis.types.ts:2309
Payload for the <MapView onTap> event.
Properties
Section titled “Properties”mapPoint
Section titled “mapPoint”mapPoint:
object
Defined in: src/ExpoArcgis.types.ts:2311
Map location of the tap, in geographic coordinates (WGS84).
latitude
Section titled “latitude”latitude:
number
longitude
Section titled “longitude”longitude:
number
screenPoint
Section titled “screenPoint”screenPoint:
object
Defined in: src/ExpoArcgis.types.ts:2313
Screen location of the tap, in points.
x:
number
y:
number