point property

Point point

The pixel coordinates of the center of the touch event points, relative to the map and measured from the top left corner.

Implementation

Point get point => Point.fromJsObject(jsObject.point);