Export Helper
class ExportHelper
Helpers for the export endpoints.
Functions
Link copied to clipboard
suspend fun OrsClient.exportJson(bbox: List<List<Double>>, geometry: Boolean? = null, profile: Profile): ExportResponse
Requests the export endpoint asking explicitly for JSON output.
Link copied to clipboard
suspend fun OrsClient.exportTopoJson(bbox: List<List<Double>>, geometry: Boolean? = null, profile: Profile): TopoJsonExportResponse
Requests the export endpoint with TopoJSON output.