@JsType(isNative=true, name="Object", namespace="<global>") 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.
|
elemental2.dom.MouseEvent |
getOriginalEvent()
Gets the original DOM mouse event fired by the browser.
|
@JsProperty public final LatLng getLatlng()
@JsProperty public final Point getLayerPoint()
@JsProperty public final Point getContainerPoint()
@JsProperty public final elemental2.dom.MouseEvent getOriginalEvent()
Copyright © 2018 G-Widgets. All rights reserved.