CREATOR

object CREATOR : Parcelable.Creator<OmhCoordinate>

public CREATOR field that generates instances of your Parcelable class from a Parcel.

Functions

Link copied to clipboard
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().

Link copied to clipboard
open override fun newArray(size: Int): Array<OmhCoordinate?>

Create a new array of the Parcelable class.