NMEADataType

public enum NMEADataType : String

NMEAのデータタイプを表す列挙型。

  • rmc

    Declaration

    Swift

    case rmc = "RMC"
  • gga

    Declaration

    Swift

    case gga = "GGA"
  • gsa

    Declaration

    Swift

    case gsa = "GSA"
  • gsv

    Declaration

    Swift

    case gsv = "GSV"
  • vtg

    Declaration

    Swift

    case vtg = "VTG"