IndoorLevelChangeAction (API Reference)
Package com.here.sdk.venue.routing
Class IndoorLevelChangeAction
java.lang.Object
com.here.sdk.venue.routing.IndoorLevelChangeAction
Represents the level change action.
-
Field Summary
FieldsModifier and TypeFieldDescriptionType of the connector to change the level.intThe number of levels to change, positive for up, negative for down. -
Constructor Summary
ConstructorsConstructorDescriptionIndoorLevelChangeAction(IndoorFeatures connector, int deltaZ) Creates an Indoor level change action object and assign default values for level change action. -
Method Summary
-
Field Details
-
connector
Type of the connector to change the level.
-
deltaZ
public int 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.
-
-
Constructor Details
-
IndoorLevelChangeAction
Creates an Indoor level change action object and assign default values for level change action.
- Parameters:
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.
-
-
Method Details