fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.model
/
GatheringNearbyParams
Gathering
Nearby
Params
@
Serializable
data
class
GatheringNearbyParams
(
val
lat
:
Double
,
val
lng
:
Double
,
val
radius
:
Int
?
=
null
)
附近聚会参数 用于附近聚会接口的请求参数
Parameters
lat
纬度
lng
经度
radius
搜索半径(米,可选)
Members
Constructors
Gathering
Nearby
Params
Link copied to clipboard
constructor
(
lat
:
Double
,
lng
:
Double
,
radius
:
Int
?
=
null
)
Properties
lat
Link copied to clipboard
val
lat
:
Double
纬度
lng
Link copied to clipboard
val
lng
:
Double
经度
radius
Link copied to clipboard
val
radius
:
Int
?
=
null
半径(米)