Uses of Interface
provided.owlMaps.mouse.IComponentMouseEventObject
Package | Description |
---|---|
provided.owlMaps.cefUtils.wrapper |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Interfaces that combine user-facing interfaces with ICefObjectWrapper. |
provided.owlMaps.components.marker |
Contains entities for creating markers on a map
|
provided.owlMaps.components.shapes |
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
|
-
Uses of IComponentMouseEventObject in provided.owlMaps.cefUtils.wrapper
Subinterfaces of IComponentMouseEventObject in provided.owlMaps.cefUtils.wrapper Modifier and Type Interface Description interface
ICircleWrapped
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An ICircle that is a wrapper for an ICefObjectinterface
IMarkerWrapped
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IMarker that is a wrapper for an ICefObjectinterface
IRectangleWrapped
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IRectangle that is a wrapper for an ICefObject -
Uses of IComponentMouseEventObject in provided.owlMaps.components.marker
Subinterfaces of IComponentMouseEventObject in provided.owlMaps.components.marker Modifier and Type Interface Description interface
IMarker
Represents a marker placed on the map. -
Uses of IComponentMouseEventObject in provided.owlMaps.components.shapes
Subinterfaces of IComponentMouseEventObject in provided.owlMaps.components.shapes Modifier and Type Interface Description interface
ICircle
Represents an circle drawn on the map This corresponds to a Javascript Google Maps google.maps.Circle objectinterface
IRectangle
Represents an rectangle drawn on the map oriented along the latitude and longitude lines This corresponds to a Javascript Google Maps google.maps.Rectangle object