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 voidIGroundOverlay. 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 interfaceIPolyMouseEventAn 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 voidIOwlMap. 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 IMouseEventIMouseEvent. 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 voidIComponentMouseDragEventObject. setComponentMouseDragEvent(ComponentMouseDragEventType eventType, java.util.function.Consumer<IMouseEvent> eventFn)Set the given ComponentMouseDragEventType event to invoke the given event handler functionvoidIComponentMouseEventObject. setComponentMouseEvent(ComponentMouseEventType eventType, java.util.function.Consumer<IMouseEvent> eventFn)Set the given ComponentMouseEventType event to invoke the given event handler function