open class StopPoint : Parcelable
Created by Akexorcist on 11/29/15 AD.
StopPoint() |
static val CREATOR: Creator<StopPoint> |
open fun describeContents(): Int |
|
open fun getLocation(): Coordination |
|
open fun getName(): String |
|
open fun setLocation(location: Coordination): Unit |
|
open fun setName(name: String): Unit |
|
open fun writeToParcel(dest: Parcel, flags: Int): Unit |