PrivateconstructorPrivateCreates a new Highlight instance.
Use Highlight.getInstance()
A viewer to create highlight entity in
Private_Private_Private_Private StaticinstancesGets the highlight color.
Sets the highlight color.
The new color for highlights
Private_Clears the current highlight effects.
StaticgetGets or creates highlight instance from a viewer.
The viewer to get or create a new instance from.
StaticreleaseReleases 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