newArray

open override fun newArray(size: Int): Array<OmhMarkerOptions?>

Create a new array of the Parcelable class.

Return

an array of the Parcelable class, with every entry initialized to null.

Parameters

size

size of the array.