Class TrafficIncidentLookupOptions

java.lang.Object
com.here.sdk.traffic.TrafficIncidentLookupOptions

public final class TrafficIncidentLookupOptions extends Object

All the options to specify how a single incident should be queried.

  • Field Details

    • languageCode

      @Nullable public LanguageCode languageCode

      The language code of the query. If the language code is null or not supported then response fields are expected in the original language of the country that the incident belongs to.

  • Constructor Details

    • TrafficIncidentLookupOptions

      public TrafficIncidentLookupOptions()

      Creates a new instance with default value.

  • Method Details