googleDirectionLibrary / com.akexorcist.googledirection.model / StopPoint

StopPoint

open class StopPoint : Parcelable

Created by Akexorcist on 11/29/15 AD.

Constructors

<init>

StopPoint()

Properties

CREATOR

static val CREATOR: Creator<StopPoint>

Functions

describeContents

open fun describeContents(): Int

getLocation

open fun getLocation(): Coordination

getName

open fun getName(): String

setLocation

open fun setLocation(location: Coordination): Unit

setName

open fun setName(name: String): Unit

writeToParcel

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