Class IndoorSectionDetails

java.lang.Object
com.here.NativeBase
com.here.sdk.routing.IndoorSectionDetails

public final class IndoorSectionDetails extends NativeBase

Provides additional details for an indoor Section.

  • Method Details

    • getIndoorManeuvers

      @NonNull public List<IndoorManeuver> getIndoorManeuvers()

      Gets the list of indoor maneuvers within this indoor section.

      Returns:

      The list of indoor maneuvers within this indoor section.

    • getDeparturePlace

      @NonNull public IndoorRoutePlace getDeparturePlace()

      Gets the departure place of the indoor section.

      Returns:

      Describes the departure place of the indoor section.

    • getArrivalPlace

      @NonNull public IndoorRoutePlace getArrivalPlace()

      Gets the arrival place of the indoor section.

      Returns:

      Describes the arrival place of the indoor section.

    • getSectionNotices

      @NonNull public List<IndoorSectionNotice> getSectionNotices()

      Gets the notices which explains the issues encountered during processing of this section.

      Provides the list of notices which explain the issues encountered during processing of this section. For example, while some avoidance option is selected, if no reasonable alternative route is possible except violating controlled-access rule for the section, one notice is generated for the violation. The user must judge all the notices carefully before proceeding.

      Returns:

      The notices which explain the issues encountered during processing of this section.

    • getPassthroughWaypoints

      @NonNull public List<IndoorPassThroughWaypoint> getPassthroughWaypoints()

      Gets the list of passthrough waypoints within this section.

      Passthrough waypoints are via waypoints with passThrough=true. They appear along the section's polyline without creating a section boundary. Each passthrough waypoint includes its indoor location and offset along the section polyline.

      Returns:

      The list of passthrough waypoints within this section.

    • getPostActions

      @NonNull public List<IndoorManeuver> getPostActions()

      Gets the list of post actions for this section.

      Post actions are actions that occur after traversing the section, such as wait actions at via waypoints with stopDuration. These actions are not part of the regular maneuvers but represent additional requirements for completing the section.

      Returns:

      The list of post actions for this section.