open class Waypoint : Parcelable
Created by Akexorcist on 11/29/15 AD.
Waypoint() |
static val CREATOR: Creator<Waypoint> |
open fun describeContents(): Int |
|
open fun getIndex(): Int |
|
open fun getInterpolation(): Double |
|
open fun getLocation(): Coordination |
|
open fun setIndex(index: Int): Unit |
|
open fun setInterpolation(interpolation: Double): Unit |
|
open fun setLocation(location: Coordination): Unit |
|
open fun writeToParcel(dest: Parcel, flags: Int): Unit |