accuracyRadius

open override fun accuracyRadius(accuracyRadius: Double): LocationIndicatorLayer

The accuracy, in meters, of the position source used to retrieve the position of the location indicator. Default value: 0.

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

Parameters

accuracyRadius

value of accuracyRadius


open override fun accuracyRadius(accuracyRadius: Expression): LocationIndicatorLayer

The accuracy, in meters, of the position source used to retrieve the position of the location indicator. Default value: 0.

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

Parameters

accuracyRadius

value of accuracyRadius as Expression


val accuracyRadius: Double?

The accuracy, in meters, of the position source used to retrieve the position of the location indicator. Default value: 0.