---
title: pointOnPage
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/mapevent/pointonpage
---

# pointOnPage

A DOM point with the coordinate of the event on the page.

## Declaration

```data
readonly pointOnPage: DOMPoint;
```

## Discussion

Discussion You can use this property — which is an (x, y) coordinate — to derive a latitude and longitude coordinate on the map using convertPointOnPageToCoordinate(point).
