getMonthlyDistance

suspend fun getMonthlyDistance(year: Int, month: Int, lat: Double? = null, lng: Double? = null): List<GatheringMonthlyDistanceItem>

获取聚会月历距离 获取指定年月的聚会列表,并计算与指定位置的距离 端点:GET /api/proxy/furtv/gatherings/monthlydistance 官方文档:https://vdsentnet.com/docs/api/gatherings#monthly-distance

Return

List 带距离的聚会列表

Parameters

year

年份

month

月份

lat

纬度(可选,用于计算距离)

lng

经度(可选,用于计算距离)


获取聚会月历距离(参数对象版本) 获取指定年月的聚会列表,并计算与指定位置的距离 端点:GET /api/proxy/furtv/gatherings/monthlydistance 官方文档:https://vdsentnet.com/docs/api/gatherings#monthly-distance

Return

List 带距离的聚会列表

Parameters

params

聚会月历参数(包含经纬度)