googleDirectionLibrary / com.akexorcist.googledirection.model / Bound

Bound

open class Bound : Parcelable

Created by Akexorcist on 11/29/15 AD.

Constructors

<init>

Bound()

Properties

CREATOR

static val CREATOR: Creator<Bound>

Functions

describeContents

open fun describeContents(): Int

getNortheastCoordination

open fun getNortheastCoordination(): Coordination

getSouthwestCoordination

open fun getSouthwestCoordination(): Coordination

setNortheast

open fun setNortheast(northeast: Coordination): Unit

setSouthwest

open fun setSouthwest(southwest: Coordination): Unit

writeToParcel

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