Index
All Classes|All Packages
M
- main(String[]) - Static method in class provided.owlMaps.demo.controller.DemoApp
-
The main method to run the app.
- make() - Static method in interface provided.owlMaps.general.IMapLayer
-
Instantiate an empty layer whose visibility is false.
- make() - Static method in interface provided.owlMaps.map.data.IListMapDataFeature
-
*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS METHOD! ***
Factory to instantiate an empty list. - make(double, double) - Static method in interface provided.owlMaps.general.ILatLng
-
Make a new ILatLng object
- make(String, double, double, int) - Static method in interface provided.owlMaps.general.IPlace
-
Make an IPlace instance from the given values
- make(String, Object...) - Method in interface provided.owlMaps.cefUtils.ICefObjectFactory
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Instantiate a new ICefObject given a JavaScript classname and constructor parameters - make(String, Object...) - Method in class provided.owlMaps.cefUtils.impl.CefObjectFactory
- make(String, String, String, String, String) - Static method in interface provided.owlMaps.components.marker.IMarkerLabel
-
Instantiate a new IMarkerLabel instance from the given parameters.
- make(String, List<ILatLng>) - Static method in interface provided.owlMaps.map.data.IMapDataGeometry
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory method to instantiate an IMapDataGeometry instance from the given data - make(String, Map<String, String>, IMapDataGeometry) - Static method in interface provided.owlMaps.map.data.IMapDataFeature
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory method to instantiate an IMapDataFeature instance from the given data - make(String, ISystemInfo) - Static method in interface provided.owlMaps.cefUtils.ICefUtils
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Factory to instantiate an ICefUtils instance - make(String, MapLengthUnits, Consumer<String>) - Static method in interface provided.owlMaps.control.IOwlMapControl
-
Instantiate an IOwlMapControl instance
- make(Supplier<UUID>) - Method in class provided.owlMaps.cefUtils.impl.CefObjectFactory
-
Instantiate a new ICefObject instance given a Supplier of its ID value.
- make(UUID) - Method in interface provided.owlMaps.cefUtils.ICefObjectFactory
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Instantiate a new ICefObject with a known ID value - make(UUID) - Method in class provided.owlMaps.cefUtils.impl.CefObjectFactory
- make(IMixedDataDictionary) - Static method in interface provided.owlMaps.general.IIconSequence
-
Factory method to instantiate an IIconSequence object from an options dictionary.
- make(IMixedDataDictionary) - Static method in interface provided.owlMaps.general.ISymbol
-
Factory method to instantiate an ISymbol from an options dictionary
- make(ICefUtils) - Static method in interface provided.owlMaps.cefUtils.gson.IGsonFactory
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS METHOD! ***
Instantiate a new Gson object customized for the CEF system. - make(ILatLng) - Static method in interface provided.owlMaps.mouse.IMouseEvent
-
*** For internal use ONLY! Developer code should never use this method! ***
Factory method to construct an IMouseEvent instance from an ILatLng. - make(ILatLng, int, int, int) - Static method in interface provided.owlMaps.components.shapes.IPolyMouseEvent
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to instantiate an IPolyMouseEvent from the given data values - make(ILatLng, ILatLng) - Static method in interface provided.owlMaps.general.ILatLngBounds
-
Make an ILatLngBounds from the given values
- make(IPath<T>...) - Static method in interface provided.owlMaps.general.IPathList
-
Convenience factory for constructing an IPathList instance from a varargs of IPath instances.
- make(T...) - Static method in interface provided.owlMaps.general.IPath
-
Convenience factory for constructing an IPath instance from a varargs of elements.
- MAKE_CEF_OBJECT - Static variable in class provided.owlMaps.cefUtils.impl.CefObjectFactory
-
The name of the Javascript method to make a CEF accessible object
- MAKE_DEV_TOOLS_DEFAULT - Static variable in interface provided.owlMaps.cefUtils.ICefUtils
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS FIELD DIRECTLY! ***
Default value to control whether or not the dev tools window is shown. - makeCefObj(String, Object...) - Method in interface provided.owlMaps.cefUtils.ICefUtils
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Instantiate the given class on the JavaScript side with the given parameters - makeCefObj(String, Object...) - Method in class provided.owlMaps.cefUtils.impl.CefUtils
- makeCircle(String, String) - Method in interface provided.owlMaps.demo.view.IView2ModelAdapter
-
Make a circle at the the given latitude and longitude
- makeCircle(IMixedDataDictionary) - Method in interface provided.owlMaps.components.IMapComponentFactory
-
Create a new ICircle with the given options
- makeCircle(ILatLng) - Method in class provided.owlMaps.demo.model.DemoModel
-
Make an ICircle object at the given location
- makeDefault() - Static method in interface provided.owlMaps.components.infowindow.IInfoWindowOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.components.marker.IMarkerLabelOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.components.marker.IMarkerOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.components.overlay.IGroundOverlayOptions
-
Make a dictionary of the default options for the component, including explicitly setting the opacity and clickable options to their default values.
- makeDefault() - Static method in interface provided.owlMaps.components.shapes.ICircleOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.components.shapes.IPolygonOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.components.shapes.IPolylineOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.components.shapes.IRectangleOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.general.IIconOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.general.IIconSequenceOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.general.IOptionsKeys
-
Returns an empty options dictionary (IMixedDataDictionary).
- makeDefault() - Static method in interface provided.owlMaps.general.ISymbolOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.map.data.IMapDataOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.map.data.IMapDataStyleOptions
-
Make a dictionary of the default options for the component.
- makeDefault() - Static method in interface provided.owlMaps.map.IMapOptions
-
Make a dictionary of the default options for the map.
- makeDefault(Gson) - Static method in interface provided.owlMaps.cefUtils.IProcessOption
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to make a default option processor that simply puts the given value directly into the Javascript options object. - makeDefaultMapOptionProcess() - Method in class provided.owlMaps.cefUtils.impl.AOptionsFiller
-
Utility method to make the default Map option processor
- makeDevTools - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
-
If true, create the dev tools window after the current devToolsDelay
- makeFac(ICefUtils) - Static method in interface provided.owlMaps.cefUtils.ICefObjectFactory
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Make an instance of this factory - makeFromOptions(IMixedDataDictionary) - Static method in interface provided.owlMaps.components.marker.IMarkerLabel
-
Make a new instance of IMarkerLabel given a dictionary with IMarkerLabelOption key-values.
- makeFromText(String) - Static method in interface provided.owlMaps.components.marker.IMarkerLabel
-
Convenience factory method to instantiate a new IMarkerLabel using just a text string and default values for all other options
- makeGroundOverlay(IMixedDataDictionary) - Method in interface provided.owlMaps.components.IMapComponentFactory
-
Create a new IGroundOverlay with the given options
- makeInfoWin(String, String) - Method in interface provided.owlMaps.demo.view.IView2ModelAdapter
-
Make an info window at the the given latitude and longitude
- makeInfoWin(ILatLng) - Method in class provided.owlMaps.demo.model.DemoModel
-
Make an IInfoWindow object at the given location
- makeInfoWindow(IMixedDataDictionary) - Method in interface provided.owlMaps.components.IMapComponentFactory
-
Create a new IInfoWindow with the given options
- makeMapComponentFactory(ICefUtils) - Method in class provided.owlMaps.control.impl.OwlMapControl
-
Make a new IMapComponentFactory object
- makeMapComponentsTypeAdapterFactory() - Static method in interface provided.owlMaps.cefUtils.gson.IGsonFactory
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS METHOD! ***
Factory method for a TypeAdapterFactory for various map components Currently implemented type processing: ILatLng: (r/w) Converts to/from JSON dictionary with keys = ("lat", "lng"). ILatLngBounds: (w) Converts to JSON dictionary with keys = ("north, "east", "south", "west"). IMouseEvent: (read only) Reads "latLng" field from JSON object into a new IMouseEvent object IPolyMouseEvent: (read only) Reads "latLng", edge, path and vertex fields from JSON object into a new IPolyMouseEvent object - makeMapKey(UUID) - Static method in interface provided.owlMaps.cefUtils.IOptionsFiller
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Utility factory for the "map" option key needed by many map components. - makeMarker(IMixedDataDictionary) - Method in interface provided.owlMaps.components.IMapComponentFactory
-
Create a new IMarker with the given options
- makeMarker(ILatLng) - Method in class provided.owlMaps.demo.model.DemoModel
-
Make an IMarker object at the given location
- makeNoOp() - Static method in interface provided.owlMaps.cefUtils.IProcessOption
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to make a no-op option processor used to explicitly ignore a option type. - makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.components.infowindow.IInfoWindowOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.components.marker.IMarkerLabelOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.components.marker.IMarkerOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.components.overlay.IGroundOverlayOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.components.shapes.ICircleOptions
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. - makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.components.shapes.IPolygonOptions
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. - makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.components.shapes.IPolylineOptions
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. - makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.components.shapes.IRectangleOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.general.IIconOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.general.IIconSequenceOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.general.ISymbolOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.map.data.IMapDataOptions
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. - makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.map.data.IMapDataStyleOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOptionsFiller(ICefUtils) - Static method in interface provided.owlMaps.map.IMapOptions
-
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
- makeOverlay(String, String) - Method in interface provided.owlMaps.demo.view.IView2ModelAdapter
-
Make a ground overlay at the the given latitude and longitude
- makeOverlay(ILatLng) - Method in class provided.owlMaps.demo.model.DemoModel
-
Make an overlay centered at the given lat/lng
- makeOwlMap(ICefUtils) - Method in class provided.owlMaps.control.impl.OwlMapControl
-
Make a new IOwlMap using the given IJsUtils utility.
- makePolygon(String, String) - Method in interface provided.owlMaps.demo.view.IView2ModelAdapter
-
Make a polygon at the the given latitude and longitude
- makePolygon(IMixedDataDictionary) - Method in interface provided.owlMaps.components.IMapComponentFactory
-
Create a new IPolygon with the given options
- makePolygon(ILatLng) - Method in class provided.owlMaps.demo.model.DemoModel
-
Make an IPolygon object at the given location
- makePolyline(String, String) - Method in interface provided.owlMaps.demo.view.IView2ModelAdapter
-
Make a polyline at the the given latitude and longitude
- makePolyline(IMixedDataDictionary) - Method in interface provided.owlMaps.components.IMapComponentFactory
-
Create a new IPolyline with the given options
- makePolyline(ILatLng) - Method in class provided.owlMaps.demo.model.DemoModel
-
Make an IPolyline object at the given location
- makeRectangle(String, String) - Method in interface provided.owlMaps.demo.view.IView2ModelAdapter
-
Make a rectangle at the the given latitude and longitude
- makeRectangle(IMixedDataDictionary) - Method in interface provided.owlMaps.components.IMapComponentFactory
-
Create a new IRectangle with the given options
- makeRectangle(ILatLng) - Method in class provided.owlMaps.demo.model.DemoModel
-
Make an IRectangle object at the given location
- makeTypeAdapterFactory() - Static method in class provided.owlMaps.cefUtils.gson.FuncParams
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS METHOD! ***
Instantiate a GSON TypeAdapterFactory that will instantiate a TypeAdapter for this class. - makeTypeAdapterFactory() - Static method in class provided.owlMaps.cefUtils.gson.FuncParamsVoid
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS METHOD! ***
Instantiate a GSON TypeAdapterFactory that will instantiate a TypeAdapter for this class. - makeTypeAdapterFactory() - Static method in class provided.owlMaps.cefUtils.gson.GsonTypeWrap
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS METHOD! ***
Instantiate a GSON TypeAdapterFactory that will instantiate a TypeAdapter for this class. - makeTypeAdapterFactory() - Method in class provided.owlMaps.cefUtils.impl.AOptionsFiller
- makeTypeAdapterFactory() - Method in interface provided.owlMaps.cefUtils.IOptionsFiller
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory method to make the TypeAdapterFactory for use by GSON to process a dictionary of a particular type of options. - makeTypeAdapterFactory() - Static method in interface provided.owlMaps.general.IIconSequence
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS METHOD! ***
Instantiate a GSON TypeAdapterFactory for the class - makeTypeAdapterFactory() - Static method in interface provided.owlMaps.general.IPathLatLng
-
Factory for the GSON TypeAdapterFactory to process this class
- makeTypeAdapterFactory() - Static method in interface provided.owlMaps.general.IPathListLatLng
-
Factory for the GSON TypeAdapterFactory to process this class
- makeTypeAdapterFactory() - Static method in interface provided.owlMaps.general.IPathsLatLng
-
Factory for the GSON TypeAdapterFactory to process this class
- makeTypeAdapterFactory() - Static method in interface provided.owlMaps.general.ISymbol
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS METHOD! ***
Instantiate a GSON TypeAdapterFactory for the class - makeTypeAdapterFactory() - Static method in interface provided.owlMaps.general.ISymbolPath
-
Instantiate a GSON TypeAdapterFactory for the class
- makeTypeAdapterFactory() - Static method in interface provided.owlMaps.map.data.IListMapDataFeature
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory method to make the TypeAdapterFactory for use by GSON to process instances of this class. - makeTypeAdapterFactory() - Static method in interface provided.owlMaps.map.data.IMapDataFeature
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory method to make the TypeAdapterFactory for use by GSON to process instances of this class. - makeTypeAdapterFactory() - Static method in interface provided.owlMaps.map.data.IMapDataGeometry
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory method to make the TypeAdapterFactory for use by GSON to process instances of this class. - MAP_KEY - Static variable in interface provided.owlMaps.cefUtils.IOptionsFiller
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS FIELD DIRECTLY! ***
The name of the Javascript option key for the host map. - MAP_TYPE_CONTROL - Static variable in interface provided.owlMaps.map.IMapOptions
-
The initial enabled/disabled state of the Map type control
- MAP_TYPE_ID - Static variable in interface provided.owlMaps.map.IMapOptions
-
The initial Map mapTypeId.
- mapComponentFac - Variable in class provided.owlMaps.control.impl.OwlMapControl
-
The current IMapComponentFactory object
- MapEventType - Enum in provided.owlMaps.map
-
The allowable map event types.
- MapEventType(String) - Constructor for enum provided.owlMaps.map.MapEventType
-
Construct an enum instance
- MapLengthUnits - Enum in provided.owlMaps.control
-
Allowed system length units
- MapLengthUnits() - Constructor for enum provided.owlMaps.control.MapLengthUnits
- MapMouseDragEventType - Enum in provided.owlMaps.mouse
-
The allowable map mouse drag event types Map mouse drag events are not passed any parameters when invoked.
- MapMouseDragEventType(String) - Constructor for enum provided.owlMaps.mouse.MapMouseDragEventType
-
Construct an enum instance
- MapMouseEventType - Enum in provided.owlMaps.mouse
-
The allowable map mouse event types These events are passed a IMouseEvent object when invoked.
- MapMouseEventType(String) - Constructor for enum provided.owlMaps.mouse.MapMouseEventType
-
Construct an enum instance
- MapTypeId - Enum in provided.owlMaps.map
-
The allowable types of maps to display.
- MapTypeId(String) - Constructor for enum provided.owlMaps.map.MapTypeId
-
Construct an enum instance
- MAPTYPEID_CHANGED - provided.owlMaps.map.MapEventType
-
This event is fired when the mapTypeId property changes.
- MarkerEventType - Enum in provided.owlMaps.components.marker
-
The allowable marker event types Marker events are not passed any parameters when invoked.
- MarkerEventType(String) - Constructor for enum provided.owlMaps.components.marker.MarkerEventType
-
Construct an enum instance
- MAX_WIDTH - Static variable in interface provided.owlMaps.components.infowindow.IInfoWindowOptions
-
Maximum width of the infowindow, regardless of content's width.
- MAX_ZOOM - Static variable in interface provided.owlMaps.map.IMapOptions
-
The maximum zoom level which will be displayed on the map.
- METERS - provided.owlMaps.control.MapLengthUnits
-
Units in meters
- MILES - provided.owlMaps.control.MapLengthUnits
-
Units in miles
- MILES_PER_FEET - Static variable in interface provided.owlMaps.utils.IOwlMapsDefs
-
Conversion from meters to feet
- MIN_ZOOM - Static variable in interface provided.owlMaps.map.IMapOptions
-
The minimum zoom level which will be displayed on the map.
- model - Variable in class provided.owlMaps.demo.controller.DemoApp
-
The demo's model
- model2ViewAdpt - Variable in class provided.owlMaps.demo.model.DemoModel
-
The adapter to the view
- MOUSE_DOWN - provided.owlMaps.components.shapes.PolyMouseEventType
-
Event when the mouse button is pressed.
- MOUSE_DOWN - provided.owlMaps.mouse.ComponentMouseEventType
-
Event when the mouse button is pressed.
- MOUSE_MOVE - provided.owlMaps.components.shapes.PolyMouseEventType
-
Event when the mouse is moved over the component
- MOUSE_MOVE - provided.owlMaps.mouse.MapMouseEventType
-
Event when the mouse moves over the map container
- MOUSE_OUT - provided.owlMaps.components.shapes.PolyMouseEventType
-
Event when the mouse leaves the area of the component
- MOUSE_OUT - provided.owlMaps.mouse.ComponentMouseEventType
-
Event when the mouse leaves the area of the component
- MOUSE_OUT - provided.owlMaps.mouse.MapMouseEventType
-
Event when the mouse leaves the map container
- MOUSE_OVER - provided.owlMaps.components.shapes.PolyMouseEventType
-
Event when the mouse enters the area of the component
- MOUSE_OVER - provided.owlMaps.mouse.ComponentMouseEventType
-
Event when the mouse enters the area of the component
- MOUSE_OVER - provided.owlMaps.mouse.MapMouseEventType
-
Event when the mouse enters the map container
- MOUSE_UP - provided.owlMaps.components.shapes.PolyMouseEventType
-
Event when the mouse button is released
- MOUSE_UP - provided.owlMaps.mouse.ComponentMouseEventType
-
Event when the mouse button is released
All Classes|All Packages