open class Coordination : Parcelable
Created by Akexorcist on 11/29/15 AD.
Coordination() |
static val CREATOR: Creator<Coordination> |
open fun describeContents(): Int |
|
open fun getCoordination(): LatLng |
|
open fun getLatitude(): Double |
|
open fun getLongitude(): Double |
|
open fun setLatitude(latitude: Double): Unit |
|
open fun setLongitude(longitude: Double): Unit |
|
open fun writeToParcel(dest: Parcel, flags: Int): Unit |