IndoorLevelChangeAction constructor
- IndoorFeatures connector,
- int deltaZ
Creates an Indoor level change action object and assign default values for level change action.
connectorType of the connector to change the level.deltaZThe 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
IndoorLevelChangeAction(this.connector, this.deltaZ);