SearchNavigationProfile

class SearchNavigationProfile(rawName: String) : Parcelable

Type of movement. Used to calculate ETA from origin point to a search suggestion and search result.

Constructors

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

Types

Companion
Link copied to clipboard
object Companion

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

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