googleDirectionLibrary / com.akexorcist.googledirection.model / Coordination

Coordination

open class Coordination : Parcelable

Created by Akexorcist on 11/29/15 AD.

Constructors

<init>

Coordination()

Properties

CREATOR

static val CREATOR: Creator<Coordination>

Functions

describeContents

open fun describeContents(): Int

getCoordination

open fun getCoordination(): LatLng

getLatitude

open fun getLatitude(): Double

getLongitude

open fun getLongitude(): Double

setLatitude

open fun setLatitude(latitude: Double): Unit

setLongitude

open fun setLongitude(longitude: Double): Unit

writeToParcel

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