MapMatchedCoordinates (API Reference)
Package com.here.sdk.routing
Class MapMatchedCoordinates
java.lang.Object
com.here.sdk.routing.MapMatchedCoordinates
Information about the user defined coordinates and where they match to the map.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMap-matched geographic coordinates.The user defined geographic coordinates. -
Constructor Summary
ConstructorsConstructorDescriptionMapMatchedCoordinates(GeoCoordinates originalCoordinates, GeoCoordinates matchedCoordinates) Creates a new instance. -
Method Summary
-
Field Details
-
originalCoordinates
The user defined geographic coordinates.
-
matchedCoordinates
Map-matched geographic coordinates.
-
-
Constructor Details
-
MapMatchedCoordinates
public MapMatchedCoordinates(@NonNull GeoCoordinates originalCoordinates, @NonNull GeoCoordinates matchedCoordinates) Creates a new instance.
- Parameters:
originalCoordinates-The user defined geographic coordinates.
matchedCoordinates-Map-matched geographic coordinates.
-
-
Method Details