VMEPoiVisibilityRamp

An object that controls the poi's visibility as a function of the camera's altitude.

Since

1.19

Constructors

Link copied to clipboard
constructor()
constructor(startVisible: Double, fullyVisible: Double, startInvisible: Double, fullyInVisible: Double)

Properties

Link copied to clipboard

Distance in meters at which it is fully invisible. If set to a very large value, it will never fade out.

Link copied to clipboard

Distance in meters at which it is fully visible. If set to 0.0, it is always visible when you are close.

Link copied to clipboard

Distance in meters at which it starts to become invisible.

Link copied to clipboard

Distance in meters at which it starts becoming visible. If set to 0.0, it is always visible no matter how close you are.