Uses of Interface
provided.owlMaps.mouse.IMouseEvent
Package | Description |
---|---|
provided.owlMaps.components.overlay |
Components that are overlaid on the map.
|
provided.owlMaps.components.shapes |
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
|
provided.owlMaps.map |
Contains entities for creating a map
|
provided.owlMaps.mouse |
Contains entities for managing mouse events
|
-
Uses of IMouseEvent in provided.owlMaps.components.overlay
Method parameters in provided.owlMaps.components.overlay with type arguments of type IMouseEvent Modifier and Type Method Description void
IGroundOverlay. setGroundOverlayMouseEvent(GroundOverlayMouseEventType eventType, java.util.function.Consumer<IMouseEvent> eventFn)
Set the event -
Uses of IMouseEvent in provided.owlMaps.components.shapes
Subinterfaces of IMouseEvent in provided.owlMaps.components.shapes Modifier and Type Interface Description interface
IPolyMouseEvent
An extension of IMouseEvent that adds parameters applicable to events occurring on IPolygons or IPolylines. -
Uses of IMouseEvent in provided.owlMaps.map
Method parameters in provided.owlMaps.map with type arguments of type IMouseEvent Modifier and Type Method Description void
IOwlMap. setMapMouseEvent(MapMouseEventType eventType, java.util.function.Consumer<IMouseEvent> eventFn)
Set the given MapMouseEventType event to invoke the given event handler function -
Uses of IMouseEvent in provided.owlMaps.mouse
Methods in provided.owlMaps.mouse that return IMouseEvent Modifier and Type Method Description static IMouseEvent
IMouseEvent. make(ILatLng latLng)
*** For internal use ONLY! Developer code should never use this method! ***
Factory method to construct an IMouseEvent instance from an ILatLng.Method parameters in provided.owlMaps.mouse with type arguments of type IMouseEvent Modifier and Type Method Description void
IComponentMouseDragEventObject. setComponentMouseDragEvent(ComponentMouseDragEventType eventType, java.util.function.Consumer<IMouseEvent> eventFn)
Set the given ComponentMouseDragEventType event to invoke the given event handler functionvoid
IComponentMouseEventObject. setComponentMouseEvent(ComponentMouseEventType eventType, java.util.function.Consumer<IMouseEvent> eventFn)
Set the given ComponentMouseEventType event to invoke the given event handler function