Package-level declarations

Types

Link copied to clipboard

defined PreSafe event categories

Link copied to clipboard
data class PMTpsEvent(val eventId: String, val createdAt: String, val lastUpdatedAt: String? = null, val validUntil: String, val position: PMTpsPosition, val category: PMTpsCategory, val provider: String, val warningDistance: Int = 0, val type: PMTpsType, val radius: Int = 0, val trace: List<PMTpsPosition>? = null, val severity: PMTpsSeverity)

Represents one PreSafe event

Link copied to clipboard
data class PMTpsEvents(val correlationId: String? = null, val events: List<PMTpsEvent>? = null)

Telematics PreSafe events

Link copied to clipboard
data class PMTpsPosition(val latitude: Double = 0.0, val longitude: Double = 0.0, val heading: PMTpsValue? = null, val altitude: PMTpsValue? = null, val roadAttributes: List<PMTpsRoadAttr>? = null, val roadType: PMTpsRoadType)

defines position of the PreSafe event

Link copied to clipboard

Sygic Attributes attached to road segment

Link copied to clipboard

Sygic equivalent of HERE Functional Class
HERE https://developer.here.com/documentation/routing/dev_guide/topics/resource-type-functional-class.html

Link copied to clipboard

defined PreSafe event severity

Link copied to clipboard

defines PreSafe event types

Link copied to clipboard
data class PMTpsValue(val value: Double = 0.0)

defines optional double value