Class IndoorSpaceAction

java.lang.Object
com.here.sdk.venue.routing.IndoorSpaceAction

public final class IndoorSpaceAction extends Object

Represents the space maneuver action.

  • Field Details

    • displayName

      @NonNull public String displayName

      The display name of the space, as shown on the local signs.

    • spaceId

      @NonNull public String spaceId

      The id of the space.

  • Constructor Details

    • IndoorSpaceAction

      public IndoorSpaceAction(@NonNull String displayName, @NonNull String spaceId)

      Creates an object and assign default values for space action.

      Parameters:
      displayName -

      The display name of the space, as shown on the local signs.

      spaceId -

      The id of the space.

  • Method Details