IndoorManeuver (API Reference)
Package com.here.sdk.venue.routing
Class IndoorManeuver
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.routing.IndoorManeuver
Represents additional information for an indoor maneuver.
-
Method Summary
Modifier and TypeMethodDescriptionGets an enter action of the maneuver if available.Gets a leave action of the maneuver, if available.Gets a level change action of the maneuver, if available.
-
Method Details
-
getLevelChangeAction
Gets a level change action of the maneuver, if available. Signals that maneuver requires changing of a level.
- Returns:
The level change action of the maneuver, if available. Signals that maneuver requires changing of a level.
-
getLeaveAction
Gets a leave action of the maneuver, if available. Signals that maneuver requires leaving a space.
- Returns:
The leave action of the maneuver, if available. Signals that maneuver requires leaving a space.
-
getEnterAction
Gets an enter action of the maneuver if available. Signals that maneuver requires entering a space.
- Returns:
The enter action of the maneuver, if available. Signals that maneuver requires entering a space.
-