newArray

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

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.