Contents

convertCoordinateToPointOnPage(coordinate)

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

Declaration

convertCoordinateToPointOnPage(coordinate: Coordinate): 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.

See Also

Converting map coordinates