MapMatchedLocation

class MapMatchedLocation(val latitude: Double, val longitude: Double, val heading: Float)

Class representing a map-matched location.

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double, heading: Float)

Properties

Link copied to clipboard

The heading of the location in degrees. Float.NaN if the value is unknown.

Link copied to clipboard

The latitude of the location.

Link copied to clipboard

The longitude of the location.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String