Location

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

장소 정보
Location information

Constructors

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

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

장소 이름
Location name

Link copied to clipboard
@SerializedName(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