public class MouseEvent extends Event
Modifier and Type | Method and Description |
---|---|
Point |
getContainerPoint()
Gets the pixel coordinates of the point where the mouse event occurred relative to the map container.
|
LatLng |
getLatlng()
Gets the geographical point where the mouse event occurred.
|
Point |
getLayerPoint()
Gets the pixel coordinates of the point where the mouse event occurred relative to the map layer.
|
DOMMouseEvent |
getOriginalEvent()
Gets the original DOM mouse event fired by the browser.
|
public final LatLng getLatlng()
public final Point getLayerPoint()
public final Point getContainerPoint()
public final DOMMouseEvent getOriginalEvent()