googleDirectionLibrary / com.akexorcist.googledirection.model / Info

Info

open class Info : Parcelable

Created by Akexorcist on 11/29/15 AD.

Constructors

<init>

Info()

Properties

CREATOR

static val CREATOR: Creator<Info>

Functions

describeContents

open fun describeContents(): Int

getText

open fun getText(): String

getValue

open fun getValue(): Long

setText

open fun setText(text: String): Unit

setValue

open fun setValue(value: Long): Unit

writeToParcel

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