Private
constructorPrivate
Creates a new Highlight
instance.
Use Highlight.getInstance()
A viewer to create highlight entity in
Private
_Private
_Private
_Private
Static
instancesGets the highlight color.
Sets the highlight color.
The new color for highlights
Private
_Clears the current highlight effects.
Static
getGets or creates highlight instance from a viewer.
The viewer to get or create a new instance from.
Static
releaseReleases the highlight instance associated with a viewer.
The viewer whose highlight instance should be released.
Lightweight multiton highlight manager for Cesium using flyweight pattern.
Example