GeoPoint

public struct GeoPoint : Codable

Used to provide matchedPoints behavior for GeoDistance targeting.

  • lat

    Undocumented

    Declaration

    Swift

    public let lat: Double
  • lon

    Undocumented

    Declaration

    Swift

    public let lon: Double
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws