VehicleZoneInfo

data class VehicleZoneInfo : Parcelable

Class containing information about current zone restriction violation

Types

EventType
Link copied to clipboard
enum EventType : Enum<VehicleZoneInfo.EventType>

Functions

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

Properties

eventType
Link copied to clipboard
val eventType: VehicleZoneInfo.EventType
restriction
Link copied to clipboard
val restriction: RestrictionInfo