RouteWarning

data class RouteWarning(warningType: RouteWarning.WarningType, geoCoordinates: GeoCoordinates) : Parcelable

Constructors

RouteWarning
Link copied to clipboard
fun RouteWarning(warningType: RouteWarning.WarningType, geoCoordinates: GeoCoordinates)

Types

WarningType
Link copied to clipboard
enum WarningType : Enum<RouteWarning.WarningType>

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

geoCoordinates
Link copied to clipboard
val geoCoordinates: GeoCoordinates

location where warning occurred

warningType
Link copied to clipboard
val warningType: RouteWarning.WarningType

Type of warning WarningType