CLLocationCoordinate2D

extension CLLocationCoordinate2D: @retroactive Equatable
extension CLLocationCoordinate2D: Codable
  • Declaration

    Swift

    public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> Bool
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public init(from decoder: Decoder) throws