Class IndoorSpaceData

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

public final class IndoorSpaceData extends Object

Represents the space data for an indoor maneuver.

  • Field Details

    • spaceCategory

      @NonNull public String spaceCategory

      The category of the space.

    • spaceType

      @NonNull public String spaceType

      The type of the space.

    • name

      @Nullable public String name

      The optional name of the space.

  • Constructor Details

    • IndoorSpaceData

      public IndoorSpaceData(@NonNull String spaceCategory, @NonNull String spaceType)

      Creates an object and assign values for indoor space data.

      Parameters:
      spaceCategory -

      The category of the space.

      spaceType -

      The type of the space.

  • Method Details