googleDirectionLibrary / com.akexorcist.googledirection.model / GeocodedWaypoint

GeocodedWaypoint

open class GeocodedWaypoint : Parcelable

Created by Akexorcist on 11/29/15 AD.

Constructors

<init>

GeocodedWaypoint()

Properties

CREATOR

static val CREATOR: Creator<GeocodedWaypoint>

Functions

describeContents

open fun describeContents(): Int

getPlaceId

open fun getPlaceId(): String

getStatus

open fun getStatus(): String

getTypeList

open fun getTypeList(): MutableList<String>

setPlaceId

open fun setPlaceId(placeId: String): Unit

setStatus

open fun setStatus(status: String): Unit

setTypeList

open fun setTypeList(typeList: MutableList<String>): Unit

writeToParcel

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