googleDirectionLibrary / com.akexorcist.googledirection.model / Vehicle

Vehicle

open class Vehicle : Parcelable

Created by Akexorcist on 11/29/15 AD.

Constructors

<init>

Vehicle()

Properties

CREATOR

static val CREATOR: Creator<Vehicle>

Functions

describeContents

open fun describeContents(): Int

getIconUrl

open fun getIconUrl(): String

getName

open fun getName(): String

getType

open fun getType(): String

setIconUrl

open fun setIconUrl(iconUrl: String): Unit

setName

open fun setName(name: String): Unit

setType

open fun setType(type: String): Unit

writeToParcel

open fun writeToParcel(dest: Parcel, flags: Int): Unit