GeoPoint
public struct GeoPoint : Codable
Used to provide matchedPoints behavior for GeoDistance targeting.
-
Undocumented
Declaration
Swift
public let lat: Double -
Undocumented
Declaration
Swift
public let lon: Double -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
GeoPoint Structure Reference