Uses of Interface
provided.owlMaps.general.IAnchor
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.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
|
-
Uses of IAnchor in provided.owlMaps.cefUtils.wrapper
Subinterfaces of IAnchor in provided.owlMaps.cefUtils.wrapper Modifier and Type Interface Description interface
IAnchorWrapped
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IAnchor 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 ICefObject -
Uses of IAnchor in provided.owlMaps.components.infowindow
Fields in provided.owlMaps.components.infowindow with type parameters of type IAnchor Modifier and Type Field Description static provided.mixedData.MixedDataKey<IAnchor>
IInfoWindowOptions. ANCHOR
The entity used that anchors this info window. -
Uses of IAnchor in provided.owlMaps.components.marker
Subinterfaces of IAnchor in provided.owlMaps.components.marker Modifier and Type Interface Description interface
IMarker
Represents a marker placed on the map.