CoordType

public enum CoordType : String, Codable

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

Seealso

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

    Declaration

    Swift

    case KATEC = "katec"
  • World Geodetic System 84 좌표계

    Declaration

    Swift

    case WGS84 = "wgs84"