Uses of Interface
provided.owlMaps.cefUtils.IOptionsFiller
Package | Description |
---|---|
provided.owlMaps.cefUtils.impl |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Implementations of CEF utiltiies |
provided.owlMaps.components.infowindow |
Contains entities required to create pop-up information windows on a map.
|
provided.owlMaps.components.marker |
Contains entities for creating markers on a map
|
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.general |
Contains entities for general usage in multiple parts of the OwlMaps system.
|
provided.owlMaps.map |
Contains entities for creating a map
|
provided.owlMaps.map.data |
Entities needed to support the data capabilities of maps
|
-
Uses of IOptionsFiller in provided.owlMaps.cefUtils.impl
Classes in provided.owlMaps.cefUtils.impl that implement IOptionsFiller Modifier and Type Class Description class
AOptionsFiller<TOptionsClass>
FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS CLASS OR ANY SUBCLASS OF IT! An abstract IOptionsFiller that provides the basic functionality of an options filler. -
Uses of IOptionsFiller in provided.owlMaps.components.infowindow
Methods in provided.owlMaps.components.infowindow that return IOptionsFiller Modifier and Type Method Description static IOptionsFiller
IInfoWindowOptions. makeOptionsFiller(ICefUtils cefUtils)
*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. -
Uses of IOptionsFiller in provided.owlMaps.components.marker
Methods in provided.owlMaps.components.marker that return IOptionsFiller Modifier and Type Method Description static IOptionsFiller
IMarkerLabelOptions. makeOptionsFiller(ICefUtils cefUtils)
*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.static IOptionsFiller
IMarkerOptions. makeOptionsFiller(ICefUtils cefUtils)
*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. -
Uses of IOptionsFiller in provided.owlMaps.components.overlay
Methods in provided.owlMaps.components.overlay that return IOptionsFiller Modifier and Type Method Description static IOptionsFiller
IGroundOverlayOptions. makeOptionsFiller(ICefUtils jsUtils)
*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. -
Uses of IOptionsFiller in provided.owlMaps.components.shapes
Methods in provided.owlMaps.components.shapes that return IOptionsFiller Modifier and Type Method Description static IOptionsFiller
ICircleOptions. makeOptionsFiller(ICefUtils cefUtils)
*** 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.static IOptionsFiller
IPolygonOptions. makeOptionsFiller(ICefUtils cefUtils)
*** 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.static IOptionsFiller
IPolylineOptions. makeOptionsFiller(ICefUtils cefUtils)
*** 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.static IOptionsFiller
IRectangleOptions. makeOptionsFiller(ICefUtils cefUtils)
*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. -
Uses of IOptionsFiller in provided.owlMaps.general
Methods in provided.owlMaps.general that return IOptionsFiller Modifier and Type Method Description static IOptionsFiller
IIconOptions. makeOptionsFiller(ICefUtils cefUtils)
*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.static IOptionsFiller
IIconSequenceOptions. makeOptionsFiller(ICefUtils cefUtils)
*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.static IOptionsFiller
ISymbolOptions. makeOptionsFiller(ICefUtils cefUtils)
*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. -
Uses of IOptionsFiller in provided.owlMaps.map
Methods in provided.owlMaps.map that return IOptionsFiller Modifier and Type Method Description static IOptionsFiller
IMapOptions. makeOptionsFiller(ICefUtils cefUtils)
*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. -
Uses of IOptionsFiller in provided.owlMaps.map.data
Methods in provided.owlMaps.map.data that return IOptionsFiller Modifier and Type Method Description static IOptionsFiller
IMapDataOptions. makeOptionsFiller(ICefUtils cefUtils)
*** 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.static IOptionsFiller
IMapDataStyleOptions. makeOptionsFiller(ICefUtils cefUtils)
*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.