IndoorManeuver

public class IndoorManeuver
extension IndoorManeuver: NativeBase
extension IndoorManeuver: Hashable

Represents additional information for an indoor maneuver.

  • The level change action of the maneuver, if available. Signals that maneuver requires changing of a level.

    Declaration

    Swift

    public var levelChangeAction: IndoorLevelChangeAction? { get }
  • The leave action of the maneuver, if available. Signals that maneuver requires leaving a space.

    Declaration

    Swift

    public var leaveAction: IndoorSpaceAction? { get }
  • The enter action of the maneuver, if available. Signals that maneuver requires entering a space.

    Declaration

    Swift

    public var enterAction: IndoorSpaceAction? { get }