Bearing | iOS SDK | 2GIS Documentation

Bearing

The angle between the direction to one object and another object, or between the direction to the object and north. The angle is counted clockwise. The value range is [0°, 360°].

public init(
    value: Double = 0
)
Parameters
value
public init(floatLiteral value: Double)

Creates an instance initialized to the specified floating-point value.

Parameters
value
Double

The value to create.

Properties