P2FRouteMapper

Transform between kotlin PODO PMRoute and kotlin PFRoute

Functions

Link copied to clipboard
Link copied to clipboard
fun f2mn(f: PFRoute?): PMRoute?

Transform flatbuffer PFRoute into kotlin PMRoute

Link copied to clipboard

Transform kotlin PMRoute into bytearray with encoded flatbuffer data

fun m2f(e: PMRoute?, builder: FlatBufferBuilder): Int