Class IndoorOriginalLocation

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

public final class IndoorOriginalLocation extends Object

Represents the original location from the request before map matching. This is used when the routing service snaps a waypoint to a different location.

  • Field Details

    • coordinates

      @NonNull public GeoCoordinates coordinates

      Original geographic coordinates from the request.

    • levelZIndex

      public int levelZIndex

      Original vertical level index from the request.

    • levelId

      @NonNull public String levelId

      Original level identifier from the request.

  • Constructor Details

    • IndoorOriginalLocation

      public IndoorOriginalLocation(@NonNull GeoCoordinates coordinates, int levelZIndex, @NonNull String levelId)

      Creates a new instance.

      Parameters:
      coordinates -

      Original geographic coordinates from the request.

      levelZIndex -

      Original vertical level index from the request.

      levelId -

      Original level identifier from the request.

  • Method Details