VMEPoiVisibilityRamp

class 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
fun VMEPoiVisibilityRamp()
Link copied to clipboard
fun VMEPoiVisibilityRamp(startVisible: Double, fullyVisible: Double, startInvisible: Double, fullyInVisible: Double)

Properties

Link copied to clipboard
var fullyInvisible: Double = 5000.0

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
var fullyVisible: Double = 5.0

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
var startInvisible: Double = 3000.0

Distance in meters at which it starts to become invisible.

Link copied to clipboard
var startVisible: Double = 2.0

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