Bearing

data class Bearing(val value: Value)

The bearing of the location indicator.

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun Bearing(value: Double)

Construct the Bearing with Double.

Link copied to clipboard
fun Bearing(expression: Expression)

Construct the Bearing with Mapbox Expression.

Link copied to clipboard
fun Bearing(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard