SearchNavigationProfile

class SearchNavigationProfile(rawName: String) : Parcelable

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

Note: Supported for Single Box Search API only. Reserved for internal and special use.

Constructors

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

Types

Companion
Link copied to clipboard
object Companion
Companion object.

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 navigation profile, accepted by backend.