Type Definition topojson::Arc[][src]

type Arc = Vec<Position>;

Arcs (an array of position which may have been quantized and delta-encoded)

TopoJSON Format Specification $ 2.1.3

Warning: This has a completely different meaning from the Arc term in the standard library. It is used here to describe what could also be commonly called an edge.