Class IndoorLevelChangeData

java.lang.Object
com.here.sdk.routing.IndoorLevelChangeData

public final class IndoorLevelChangeData extends Object

Represents the level change data for an indoor maneuver.

  • Field Details

    • connector

      @NonNull public IndoorLevelChangeFeatures connector

      Type of the connector to change the level.

    • deltaZ

      public int 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.

  • Constructor Details

    • IndoorLevelChangeData

      public IndoorLevelChangeData(@NonNull IndoorLevelChangeFeatures connector, int deltaZ)

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

      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