point property
Point
get
point
The pixel coordinates of the mouse cursor, relative to the map and measured from the top left corner.
Implementation
Point get point => Point.fromJsObject(jsObject.point);