Class IndoorRouteNotice

java.lang.Object
com.here.sdk.venue.routing.IndoorRouteNotice

public final class IndoorRouteNotice extends Object

Explains an issue encountered during indoor route calculation.

  • Field Details

    • code

      @NonNull public IndoorRouteNoticeCode code

      The indoor route notice code.

    • title

      @NonNull public String title

      The notice title providing a short summary of the issue.

    • severity

      @NonNull public NoticeSeverity severity

      The severity of the notice.

    • details

      @NonNull public List<IndoorRouteNoticeDetails> details

      Detailed descriptions of the notice.

  • Constructor Details

    • IndoorRouteNotice

      public IndoorRouteNotice(@NonNull IndoorRouteNoticeCode code)

      Creates a new instance.

      Parameters:
      code -

      The indoor route notice code.

  • Method Details