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 classAOptionsFiller<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 IOptionsFillerIInfoWindowOptions. 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 IOptionsFillerIMarkerLabelOptions. 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 IOptionsFillerIMarkerOptions. 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 IOptionsFillerIGroundOverlayOptions. 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 IOptionsFillerICircleOptions. 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 IOptionsFillerIPolygonOptions. 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 IOptionsFillerIPolylineOptions. 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 IOptionsFillerIRectangleOptions. 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 IOptionsFillerIIconOptions. 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 IOptionsFillerIIconSequenceOptions. 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 IOptionsFillerISymbolOptions. 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 IOptionsFillerIMapOptions. 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 IOptionsFillerIMapDataOptions. 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 IOptionsFillerIMapDataStyleOptions. 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.