Class MapMatchedCoordinates

java.lang.Object
com.here.sdk.routing.MapMatchedCoordinates

public final class MapMatchedCoordinates extends Object

Information about the user defined coordinates and where they match to the map.

  • Field Details

    • originalCoordinates

      @NonNull public GeoCoordinates originalCoordinates

      The user defined geographic coordinates.

    • matchedCoordinates

      @NonNull public GeoCoordinates 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