IndoorWaypoint (API Reference)
Package com.here.sdk.venue.routing
Class IndoorWaypoint
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.routing.IndoorWaypoint
Represents an indoor waypoint, used as input for indoor route calculation.
-
Constructor Summary
ConstructorsConstructorDescriptionIndoorWaypoint(GeoCoordinates coordinates) Creates an outdoor waypoint.IndoorWaypoint(GeoCoordinates coordinates, String venueId, String levelId) Creates an indoor waypoint. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
IndoorWaypoint
public IndoorWaypoint(@NonNull GeoCoordinates coordinates, @NonNull String venueId, @NonNull String levelId) Creates an indoor waypoint.
- Parameters:
coordinates-A waypoint's geographic coordinates.
venueId-An ID of the venue where the waypoint is located.
levelId-An ID of the level where the waypoint is located
-
IndoorWaypoint
Creates an outdoor waypoint.
- Parameters:
coordinates-A waypoint's geographic coordinates.
-
-
Method Details
-
getCoordinates
- Returns:
The waypoint's geographic coordinates.
-
getVenueId
- Returns:
The ID of the venue where the waypoint is located, if applicable.
-
getLevelId
- Returns:
The ID of the level where the waypoint is located, if applicable.
-