Package com.here.sdk.routing
Class IndoorSpaceData
java.lang.Object
com.here.sdk.routing.IndoorSpaceData
Represents the space data for an indoor maneuver.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndoorSpaceData(String spaceCategory, String spaceType) Creates an object and assign values for indoor space data. -
Method Summary
-
Field Details
-
spaceCategory
The category of the space.
-
spaceType
The type of the space.
-
name
The optional name of the space.
-
-
Constructor Details
-
IndoorSpaceData
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