MatchedLocation (API Reference)
Package com.here.sdk.mapmatcher
Class MatchedLocation
java.lang.Object
com.here.sdk.mapmatcher.MatchedLocation
The result of matching the original location to the available map.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe map-matched location relative to the original location.The original received location. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mapMatchedLocation
The map-matched location relative to the original location.
-
originalLocation
The original received location.
-
-
Constructor Details
-
MatchedLocation
Creates a new instance.
- Parameters:
originalLocation-The original received location.
-