get
  suspend fun OrsClient.getElevationLine(coordinates: List<List<Double>>, dataset: String? = null, formatOut: String = "geojson"): ElevationLineResponse
Convenience helper to request elevation for a LineString provided as list of lon, lat pairs. Builds a GeoJSON LineString payload and requests GeoJSON output.