Location

@Serializable
data class Location @JvmOverloads constructor(val name: String, val x: String, val y: String, val rpFlag: String? = null)

장소 정보
Location information

Constructors

Link copied to clipboard
@JvmOverloads
constructor(name: String, x: String, y: String, rpFlag: String? = null)

Properties

Link copied to clipboard
val name: String

장소 이름
Location name

Link copied to clipboard
@SerialName(value = "rpflag")
val rpFlag: String? = null

도착 링크(현재 미지원)
Link for the destination (Currently not available)

Link copied to clipboard
val x: String

경도 좌표
Longitude coordinate

Link copied to clipboard
val y: String

위도 좌표
Latitude coordinate