location

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

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

Parameters

location

value of location

open override fun location(location: Expression): LocationIndicatorLayer

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

Parameters

location

value of location as Expression

val location: List<Double>?

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