---
title: toMapPoint()
framework: mapkitjs
role: symbol
role_heading: Instance Method
path: mapkitjs/coordinate/tomappoint
---

# toMapPoint()

Returns the map point that corresponds to the coordinate.

## Declaration

```data
toMapPoint(): MapPoint;
```

## Return Value

Return Value The map point value that corresponds to the coordinate on a two-dimensional map projection.

## See Also

### Comparing, copying, and converting coordinates

- [copy()](mapkitjs/coordinate/copy.md)
- [equals(anotherCoordinate)](mapkitjs/coordinate/equals.md)
- [toUnwrappedMapPoint()](mapkitjs/coordinate/tounwrappedmappoint.md)
