Route Alert
abstract class RouteAlert(alertType: Int, coordinate: Point, distance: Double, alertGeometry: RouteAlertGeometry?)
Content copied to clipboard
Abstract class that serves as a base for all route alerts.
Available alert types are:
Parameters
alertType
constant describing the alert type, see RouteAlertType.
coordinate
location of the alert or its start point in case it has a length
distance
distance to this alert since the start of the route
alertGeometry
optional geometry details of the alert if it has a length
Constructors
RouteAlert
Link copied to clipboard
fun RouteAlert(alertType: Int, coordinate: Point, distance: Double, alertGeometry: RouteAlertGeometry?)
Content copied to clipboard
constant describing the alert type, see RouteAlertType.
Functions
Properties
alertGeometry
Link copied to clipboard
alertType
Link copied to clipboard
constant describing the alert type, see RouteAlertType.
coordinate
Link copied to clipboard
Inheritors
CountryBorderCrossingAlert
Link copied to clipboard
RestStopAlert
Link copied to clipboard
RestrictedAreaAlert
Link copied to clipboard
TollCollectionAlert
Link copied to clipboard
TunnelEntranceAlert
Link copied to clipboard