createFromParcel

open override fun createFromParcel(parcel: Parcel): OmhMarkerOptions

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.