TopoJsonExportResponse

@Serializable
data class TopoJsonExportResponse(val type: String, val objects: TopoObjects, val arcs: List<List<List<Double>>>, val bbox: List<Double>)

TopoJSON variant of the export response.

Constructors

Link copied to clipboard
constructor(type: String, objects: TopoObjects, arcs: List<List<List<Double>>>, bbox: List<Double>)

Properties

Link copied to clipboard

Top-level arcs represented as [lon, lat] coordinate pairs.

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