TrafficIncidentLookupOptions
public struct TrafficIncidentLookupOptions : Hashable
All the options to specify how a single incident should be queried.
-
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.
Declaration
Swift
public var languageCode: LanguageCode? -
Undocumented
Declaration
Swift
public init(languageCode: LanguageCode? = nil)