location

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

An array of latitude, longitude, altitude position of the location indicator.

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.

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.