Class MapMatchedCoordinates

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

  • public final class MapMatchedCoordinates
    extends java.lang.Object

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

    • Field Detail

      • originalCoordinates

        @NonNull
        public GeoCoordinates originalCoordinates

        The user defined geographic coordinates.

      • matchedCoordinates

        @NonNull
        public GeoCoordinates matchedCoordinates

        Map-matched geographic coordinates.

    • Constructor Detail

      • 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 Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object