---
title: convertCoordinateToPointOnPage(coordinate)
framework: mapkitjs
role: symbol
role_heading: Instance Method
path: mapkitjs/map/convertcoordinatetopointonpage
---

# convertCoordinateToPointOnPage(coordinate)

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

## Declaration

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

## Parameters

- `coordinate`: The coordinate that displays on the map.

## Return Value

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

## See Also

### Converting map coordinates

- [convertPointOnPageToCoordinate(point)](mapkitjs/map/convertpointonpagetocoordinate.md)
