LocationMatcherResult

class LocationMatcherResult(val location: MapMatchedLocation, val etcRoadType: Int, val speed3D: Float, val altitudeMeanSeaLevel: Float)

Represents the result of MapMatching.

Constructors

Link copied to clipboard
constructor(location: MapMatchedLocation, etcRoadType: Int, speed3D: Float, altitudeMeanSeaLevel: Float)

Properties

Link copied to clipboard

Height above mean sea level in meter. Float.NaN if unknown.

Link copied to clipboard

ETC road type of the matched link.

Link copied to clipboard

Location of the best candidate on the digitized map if on-road. Otherwise, it represents the Dead Reckoning (DR) location.

Link copied to clipboard

Vehicle 3D-speed in meters per second. When driving backward, the value is negative. If driving direction is unknown, the car is assumed to be driving forward. Float.NaN if the value is unknown.

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