TopoGeometry

@Serializable
data class TopoGeometry(val type: String, val arcs: List<Int>, val properties: GeometryProps? = null)

Constructors

Link copied to clipboard
constructor(type: String, arcs: List<Int>, properties: GeometryProps? = null)

Properties

Link copied to clipboard
val arcs: List<Int>

Indices into the top-level TopoJsonExportResponse.arcs array.

Link copied to clipboard
Link copied to clipboard