Uses of Interface
provided.owlMaps.mouse.IComponentMouseDragEventObject
| 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 IComponentMouseDragEventObject in provided.owlMaps.cefUtils.wrapper
Subinterfaces of IComponentMouseDragEventObject in provided.owlMaps.cefUtils.wrapper Modifier and Type Interface Description interfaceICircleWrapped*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An ICircle that is a wrapper for an ICefObjectinterfaceIMarkerWrapped*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IMarker that is a wrapper for an ICefObjectinterfaceIPolygonWrapped*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IPolygon that is a wrapper for an ICefObjectinterfaceIPolylineWrapped*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IPolyline that is a wrapper for an ICefObjectinterfaceIRectangleWrapped*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IRectangle that is a wrapper for an ICefObject -
Uses of IComponentMouseDragEventObject in provided.owlMaps.components.marker
Subinterfaces of IComponentMouseDragEventObject in provided.owlMaps.components.marker Modifier and Type Interface Description interfaceIMarkerRepresents a marker placed on the map. -
Uses of IComponentMouseDragEventObject in provided.owlMaps.components.shapes
Subinterfaces of IComponentMouseDragEventObject in provided.owlMaps.components.shapes Modifier and Type Interface Description interfaceICircleRepresents an circle drawn on the map This corresponds to a Javascript Google Maps google.maps.Circle objectinterfaceIPolygonRepresents a polygon drawn on the map Corresponds to the Google Maps Javascript API google.maps.Polygon A polygon is defined by one or more series of connected coordinates in an ordered sequence, i.e.interfaceIPolylineRepresents a polyline drawn on the map Corresponds to the Google Maps Javascript API google.maps.Polyline A polyline defines a series of connected coordinates in an ordered sequence, i.e.interfaceIRectangleRepresents an rectangle drawn on the map oriented along the latitude and longitude lines This corresponds to a Javascript Google Maps google.maps.Rectangle object