perspectiveCompensation

abstract fun perspectiveCompensation(perspectiveCompensation: Double = 0.85): LocationIndicatorLayer

The amount of the perspective compensation, between 0 and 1. A value of 1 produces a location indicator of constant width across the screen. A value of 0 makes it scale naturally according to the viewing projection.

Parameters

perspectiveCompensation

value of perspectiveCompensation

abstract fun perspectiveCompensation(perspectiveCompensation: Expression): LocationIndicatorLayer

The amount of the perspective compensation, between 0 and 1. A value of 1 produces a location indicator of constant width across the screen. A value of 0 makes it scale naturally according to the viewing projection.

Parameters

perspectiveCompensation

value of perspectiveCompensation as Expression