mouseEventToContainerPoint method

Point mouseEventToContainerPoint(
  1. MouseEvent ev
)

Given a MouseEvent object, returns the pixel coordinate relative to the map container where the event took place.

Implementation

external Point mouseEventToContainerPoint(MouseEvent ev);