Spot

@Serializable
data class Spot(val location: Location, val radius: Double)

位置と半径を表すデータクラス

Parameters

location

釣り場の位置

radius

釣り場の半径 なお、これは円形

Constructors

Link copied to clipboard
constructor(location: Location, radius: Double)

Properties

Link copied to clipboard
Link copied to clipboard