IndoorLevelChangeData
public struct IndoorLevelChangeData : Hashable
Represents the level change data for an indoor maneuver.
-
Type of the connector to change the level.
Declaration
Swift
public var connector: IndoorLevelChangeFeatures -
The number of levels to change, positive for up, negative for down. For example, a value of -1 means that a user needs to go one level down. The value is never 0.
Declaration
Swift
public var deltaZ: Int32 -
Creates an Indoor level change data object and assign values for level change data.
Declaration
Swift
public init(connector: IndoorLevelChangeFeatures, deltaZ: Int32)