IndoorSpaceAction
public struct IndoorSpaceAction : Hashable
Represents the space maneuver action.
-
The display name of the space, as shown on the local signs.
Declaration
Swift
public var displayName: String -
The id of the space.
Declaration
Swift
public var spaceId: String -
Creates an object and assign default values for space action.
Declaration
Swift
public init(displayName: String, spaceId: String)