CoordType

enum CoordType : Enum<CoordType>

좌표계 타입
Type of the coordinate system

Entries

Link copied to clipboard
@SerializedName(value = "katec")
KATEC()

Katec, 서버 기본값
Katec, the default value on the server side

Link copied to clipboard
@SerializedName(value = "wgs84")
WGS84()

World Geodetic System(WGS) 84
World Geodetic System(WGS) 84

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int