Ocean

class Ocean(val qwSdk: QWSdk)(source)

海洋数据

海洋数据API提供全球主要港口和城市的潮汐和潮流数据。

Constructors

Link copied to clipboard
internal constructor(qwSdk: QWSdk)

Properties

Link copied to clipboard
private val qwSdk: QWSdk

Functions

Link copied to clipboard
suspend fun currents(location: LocationID, date: String): Result<Currents>
Link copied to clipboard
suspend fun tide(location: LocationID, date: String): Result<Tide>