SarType

class SarType(rawName: String) : Parcelable

Type of Search-Along-the-Route algorithm.

Constructors

SarType
Link copied to clipboard
fun SarType(rawName: String)

Functions

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

Properties

rawName
Link copied to clipboard
val rawName: String
raw name of SAR type, accepted by backend.