Class IndoorManeuver

java.lang.Object
com.here.NativeBase
com.here.sdk.venue.routing.IndoorManeuver

public final class IndoorManeuver extends NativeBase

Represents additional information for an indoor maneuver.

  • Method Details

    • getLevelChangeAction

      @Nullable public IndoorLevelChangeAction 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

      @Nullable public IndoorSpaceAction 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

      @Nullable public IndoorSpaceAction 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.