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.