IndoorSpaceAction (API Reference)
Package com.here.sdk.venue.routing
Class IndoorSpaceAction
java.lang.Object
com.here.sdk.venue.routing.IndoorSpaceAction
Represents the space maneuver action.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe display name of the space, as shown on the local signs.The id of the space. -
Constructor Summary
ConstructorsConstructorDescriptionIndoorSpaceAction(String displayName, String spaceId) Creates an object and assign default values for space action. -
Method Summary
-
Field Details
-
displayName
The display name of the space, as shown on the local signs.
-
spaceId
The id of the space.
-
-
Constructor Details
-
IndoorSpaceAction
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