PFPpcChunk

class PFPpcChunk : Table

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
fun __init(_i: Int, _bb: ByteBuffer)
Link copied to clipboard
open fun __reset()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

encoded road attributes ( only for this part of chunk ) decoding (roadAttri& (1 << PFPpcRoadAttr.RoadAttributeRoundAbout.intValue))

Link copied to clipboard
Link copied to clipboard
fun roadType(j: Int): Byte

Array for road type ( only for this part of chunk )

Link copied to clipboard

Properties

Link copied to clipboard

total count of chunks for whole route

Link copied to clipboard

id-number for current chunk, counted from 0 to chunkCount - 1

Link copied to clipboard

Number of coordinates / size of arrays in current chunk

Link copied to clipboard

Encoded polyline string by rules defined by Google ( only for this part of chunk )

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard