location

open override fun location(location: List<Double>): LocationIndicatorLayer

An array of latitude, longitude, altitude position of the location indicator. Values under 0.000001 variation are ignored. Default value: 0,0,0.

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

Parameters

location

value of location


open override fun location(location: Expression): LocationIndicatorLayer

An array of latitude, longitude, altitude position of the location indicator. Values under 0.000001 variation are ignored. Default value: 0,0,0.

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

Parameters

location

value of location as Expression


An array of latitude, longitude, altitude position of the location indicator. Values under 0.000001 variation are ignored. Default value: 0,0,0.