Package com.here.sdk.routing
Class IndoorOriginalLocation
java.lang.Object
com.here.sdk.routing.IndoorOriginalLocation
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 Summary
FieldsModifier and TypeFieldDescriptionOriginal geographic coordinates from the request.Original level identifier from the request.intOriginal vertical level index from the request. -
Constructor Summary
ConstructorsConstructorDescriptionIndoorOriginalLocation(GeoCoordinates coordinates, int levelZIndex, String levelId) Creates a new instance. -
Method Summary
-
Field Details
-
coordinates
Original geographic coordinates from the request.
-
levelZIndex
public int levelZIndexOriginal vertical level index from the request.
-
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