SynchronizedOverlay Options.
Type.
Listener.
Increases the revision counter and dispatches a 'change' event.
Destroys the overlay, removing all its listeners and elements
Dispatches an event and calls all listeners listening for events
of this type. The event parameter can either be a string or an
Object with a type property.
false if anyone called preventDefault on the
event object or if any of the listeners returned false.
Clean up.
Gets a value.
Key name.
Value.
Get the DOM element of this overlay.
The Element containing the overlay.
Get the overlay identifier which is set on constructor.
Id.
Get a list of object property names.
List of property names.
Get the listeners for a specified event type. Listeners are returned in the order that they will be called in.
Type.
Listeners.
Get the map associated with this overlay.
The map that the overlay is part of.
Get the offset of this overlay.
The offset.
returns the options this Overlay has been created with
overlay options
Get the current position of this overlay.
The spatial point that the overlay is anchored at.
Get the current positioning of this overlay.
How the overlay is positioned relative to its point on the map.
Get an object of all property names and values.
Object.
Get the extent of an element relative to the document
The element.
The size of the element.
The extent.
Get the version number for this object. Each time the object is modified, its version number will be incremented.
Revision.
Get the scene associated with this overlay.
The scene that the overlay is part of.
Type. If not provided,
true will be returned if this event target has any listeners.
Has listeners.
Key name.
Old value.
Listen for a certain type of event.
The event type or array of event types.
The listener function.
Unique key for the listener. If called with an array of event types as the first argument, the return will be an array of keys.
Listen once for a certain type of event.
The event type or array of event types.
The listener function.
Unique key for the listener. If called with an array of event types as the first argument, the return will be an array of keys.
Pan the map so that the overlay is entirely visible in the current viewport (if necessary).
Type.
Listener.
Sets a value.
Key name.
Value.
Update without triggering an event.
Set the DOM element to be associated with this overlay.
The Element containing the overlay.
Set the map to be associated with this overlay.
The map that the overlay is part of.
Set the offset for this overlay.
Offset.
Set the position for this overlay. If the position is undefined the
overlay is hidden.
The spatial point that the overlay is anchored at.
Set the positioning for this overlay.
how the overlay is positioned relative to its point on the map.
Sets a collection of key-value pairs. Note that this changes any existing properties and adds new ones (it does not remove any existing properties).
Values.
Update without triggering an event.
Modify the visibility of the element.
Element visibility.
Unlisten for a certain type of event.
The event type or array of event types.
The listener function.
Unsets a property.
Key name.
Unset without triggering an event.
The pixel location.
The map size.
Generated using TypeDoc
Options for SynchronizedOverlay
{Object} SynchronizedOverlayOptions
{!Cesium.Scene} scene
{olOverlay} parent
{!import('olsc/OverlaySynchronizer.js').default} synchronizer