We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type
1 parent ad9cad3 commit d79561aCopy full SHA for d79561a
base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/incident/IncidentInfo.kt
@@ -42,7 +42,7 @@ import java.util.Date
42
*/
43
class IncidentInfo internal constructor(
44
val id: String,
45
- @Incident.IncidentType val type: Int,
+ @IncidentType.Type val type: Int,
46
@IncidentImpact.Impact val impact: String,
47
val congestion: IncidentCongestion?,
48
val isClosed: Boolean,
0 commit comments