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

# convertCoordinateToPointOnPage(coordinate)

Converts a coordinate on the map to a point in the page’s coordinate system.

```
convertCoordinateToPointOnPage(coordinate: CoordinateData): DOMPoint;
```

## Parameters

`coordinate`

The coordinate that displays on the map.

## Return Value

A `DOMPoint` in the page coordinates that corresponds to the provided map `coordinate`.

## Discussion

---

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)