IndoorLevelChangeData constructor

IndoorLevelChangeData(
  1. IndoorLevelChangeFeatures connector,
  2. int deltaZ
)

Creates an Indoor level change data object and assign values for level change data.

  • connector Type of the connector to change the level.
  • deltaZ 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.

Implementation

IndoorLevelChangeData(this.connector, this.deltaZ);