CoordType

public enum CoordType : Int, Codable

좌표계 타입을 선택합니다.

  • Katec 좌표계 (서버 기본값)

    Declaration

    Swift

    case KATEC
  • World Geodetic System 84 좌표계

    Declaration

    Swift

    case WGS84