bearing

open override fun bearing(bearing: Double): LocationIndicatorLayer

The bearing of the location indicator. Values under 0.01 degree variation are ignored. Default value: 0.

Use static method LocationIndicatorLayer.defaultBearing to set the default property.

Parameters

bearing

value of bearing


open override fun bearing(bearing: Expression): LocationIndicatorLayer

The bearing of the location indicator. Values under 0.01 degree variation are ignored. Default value: 0.

Use static method LocationIndicatorLayer.defaultBearingAsExpression to set the default property.

Parameters

bearing

value of bearing as Expression


The bearing of the location indicator. Values under 0.01 degree variation are ignored. Default value: 0.