VectorData

class VectorData(val validTime: Date, val features: MutableList<Feature>) : TileData

Constructors

Link copied to clipboard
constructor(validTime: Date, features: MutableList<Feature>)

Properties

Link copied to clipboard
val features: MutableList<Feature>
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun init(byteArrayOf: ByteArray)