<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/Map/convertPointOnPageToCoordinate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instm/mapkit.Map/convertPointOnPageToCoordinate"
  },
  "title" : "convertPointOnPageToCoordinate(point)"
}
-->

# convertPointOnPageToCoordinate(point)

Converts a point in page coordinates to the corresponding map coordinate.

```
convertPointOnPageToCoordinate(point: DOMPoint): Coordinate;
```

## Parameters

`point`

A point in the page’s coordinate system, such as `new DOMPoint(event.pageX, event.pageY),` when handling a mouse event.

## Return Value

A [`Coordinate`](/documentation/MapKitJS/Coordinate) in the map at the provided `DOMPoint` of the page.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)