NaviLocation

@Serializable
class NaviLocation(val coordinate: Coordinate, var angle: Double, var speed: Int) : LocationInfo

Constructors

Link copied to clipboard
constructor(wgsLon: Double, wgsLat: Double, angle: Double, speed: Int)
constructor(wgsLon: Double, wgsLat: Double)
constructor(coordinate: Coordinate, angle: Double, speed: Int)

Properties

Link copied to clipboard
var angle: Double
Link copied to clipboard
open override val coordinate: Coordinate
Link copied to clipboard
var speed: Int