createFromParcel

open override fun createFromParcel(parcel: Parcel): OmhCoordinate

Create a new instance of the Parcelable class, instantiating it from the given Parcel whose data had previously been written by Parcelable.writeToParcel().

Return

a new instance of the Parcelable class.

Parameters

parcel

The Parcel to read the object's data from.