Geo
@objc(THEOplayerGeo)
public class Geo : NSObject, CodableAn object that provides geographic location for SpotXData.
- 
                  
                  The latitude of the geographic location. DeclarationSwift @objc public var lat: Double
- 
                  
                  The longitude of the geographic location. DeclarationSwift @objc public var lon: Double
- 
                  
                  Construct a Geo object. DeclarationSwift @objc public init(lat: Double, lon: Double)ParameterslatThe latitude of the geographic location. lonThe longitude of the geographic location. 
 Geo Class Reference
      Geo Class Reference