StreetDetail

data class StreetDetail : Parcelable

Class containing information about next junction.

Types

JunctionType
Link copied to clipboard
enum JunctionType : Enum<StreetDetail.JunctionType>

Functions

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

Properties

distanceToNextJunction
Link copied to clipboard
val distanceToNextJunction: Int
nextJunctionType
Link copied to clipboard
val nextJunctionType: Set<StreetDetail.JunctionType>