CodingKeys

public enum CodingKeys : String, CodingKey

Coding Keys

  • Undocumented

    Declaration

    Swift

    case name = "Name"
  • Undocumented

    Declaration

    Swift

    case altitude = "AltitudeMeters"
  • Undocumented

    Declaration

    Swift

    case pointType = "PointType"
  • Undocumented

    Declaration

    Swift

    case notes = "Notes"