PMPpcChunk
data class PMPpcChunk(val chunkCount: UShort = UShort.MIN_VALUE, val chunkId: UShort = UShort.MIN_VALUE, val coordSize: Int = 0, val polyline: String? = null, val roadType: List<PMPpcRoadType>? = null, val roadAttr: List<UShort>? = null)
Data produced to PPC. The first point in polyline has the same coordinates as the last point in previous chunk.
Constructors
Link copied to clipboard
fun PMPpcChunk(chunkCount: UShort = UShort.MIN_VALUE, chunkId: UShort = UShort.MIN_VALUE, coordSize: Int = 0, polyline: String? = null, roadType: List<PMPpcRoadType>? = null, roadAttr: List<UShort>? = null)