P2FRoadMapper

Transform between kotlin PODO PMRoad and kotlin PFRoad

Functions

Link copied to clipboard
Link copied to clipboard
fun f2mn(f: PFRoad?): PMRoad?

Transform flatbuffer PFRoad into kotlin PMRoad

Link copied to clipboard

Transform kotlin PMRoad into bytearray with encoded flatbuffer data

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