Package com.here.sdk.routing
Class IndoorSectionDetails
java.lang.Object
com.here.NativeBase
com.here.sdk.routing.IndoorSectionDetails
Provides additional details for an indoor Section.
-
Method Summary
Modifier and TypeMethodDescriptionGets the arrival place of the indoor section.Gets the departure place of the indoor section.Gets the list of indoor maneuvers within this indoor section.
-
Method Details
-
getIndoorManeuvers
Gets the list of indoor maneuvers within this indoor section.
- Returns:
The list of indoor maneuvers within this indoor section.
-
getDeparturePlace
Gets the departure place of the indoor section.
- Returns:
Describes the departure place of the indoor section.
-
getArrivalPlace
Gets the arrival place of the indoor section.
- Returns:
Describes the arrival place of the indoor section.
-