RouteAvoids

data class RouteAvoids(var globalRouteAvoids: MutableSet<RouteAvoids.Type>, var countryRouteAvoids: MutableMap<String, MutableSet<RouteAvoids.Type>>, var countryRouteAvoidables: Map<String, Set<RouteAvoids.Type>>, var geoPolylineAvoids: MutableList<GeoPolyline>, var geoRectangleAvoids: MutableList<GeoBoundingBox>, var trafficAvoids: MutableSet<TrafficInfo>) : Parcelable

Constructors

Link copied to clipboard
Link copied to clipboard
fun RouteAvoids(globalRouteAvoids: MutableSet<RouteAvoids.Type>, countryRouteAvoids: MutableMap<String, MutableSet<RouteAvoids.Type>>, countryRouteAvoidables: Map<String, Set<RouteAvoids.Type>>, geoPolylineAvoids: MutableList<GeoPolyline>, geoRectangleAvoids: MutableList<GeoBoundingBox>, trafficAvoids: MutableSet<TrafficInfo>)

Types

Link copied to clipboard

Functions

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

Properties