Package-level declarations

Types

Link copied to clipboard
interface AlertItem

Base interface for all alert items.

Link copied to clipboard

Alert Manager for creating and managing custom navigation alerts.

Link copied to clipboard
data class AlertParam(val startLimit: Int = 10, val validLimit: Int = 10, val startIsTime: Boolean = true, val validIsTime: Boolean = true)

Alert parameters for attributes or POI alerts.

Link copied to clipboard

Status of an alert item.

Link copied to clipboard
data class BorderCrossingAlertItem(val customAlert: CustomAttributeAlert, val id: Int, val status: AlertStatus, val timeToDest: Int, val distToDest: Int, val alertPos: GeoPoint, val countryCode: String, val dist: Int, val time: Int) : AlertItem

Border crossing alert item containing real-time information about a border crossing.

Link copied to clipboard
interface CustomAlert

Base interface for all custom alerts.

Link copied to clipboard
data class CustomAttributeAlert(val alertParam: AlertParam, val alertOff: Boolean = true, val isEnabled: Boolean, val repeatAlert: Boolean, val internalRef: Long) : CustomAlert

Custom road attribute or border crossing alert configuration.

Link copied to clipboard
data class CustomPOIAlert(val alertParam: AlertParam, val isEnabled: Boolean, val repeatAlert: Boolean, val internalRef: Long) : CustomAlert

Custom POI (Point of Interest) alert configuration.

Link copied to clipboard
data class POIAlertItem(val customAlert: CustomPOIAlert, val id: Int, val status: AlertStatus, val timeToDest: Int, val distToDest: Int, val alertPos: GeoPoint, val form: Form?, val classID: Int, val dist: Int, val time: Int) : AlertItem

POI alert item containing real-time information about a POI alert.

Link copied to clipboard
data class TrafficSignAlertItem(val customAlert: CustomPOIAlert, val id: Int, val status: AlertStatus, val timeToDest: Int, val distToDest: Int, val alertPos: GeoPoint, val trafficSign: TrafficSign, val dist: Int, val time: Int) : AlertItem

Traffic sign alert item containing real-time information about a traffic sign alert.