Contents

pointOnPage

A DOM point with the coordinate of the event on the page.

Declaration

readonly pointOnPage?: DOMPoint | undefined;

Discussion

You can use this property — which is an (x, y) coordinate — to derive a latitude and longitude coordinate on the map using convertPointOnPageToCoordinate(point).