Class IndoorRouteNoticeDetails

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

public final class IndoorRouteNoticeDetails extends Object

Detailed description entry for an indoor route notice.

  • Field Details

    • type

      @NonNull public String type

      The detail type identifier.

    • cause

      @NonNull public String cause

      The cause describing the reason for the notice detail.

    • title

      @NonNull public String title

      The title providing a short summary of the notice detail.

  • Constructor Details

    • IndoorRouteNoticeDetails

      public IndoorRouteNoticeDetails(@NonNull String type)

      Creates a new instance.

      Parameters:
      type -

      The detail type identifier.

  • Method Details