TGGeoPoint
struct TGGeoPointConvenience extension to convert between the different coordinate systems in use
- 
                  
                  Creates a TGGeoPoint from a CoreLocation coordinate struct. DeclarationSwift public init(coordinate: CLLocationCoordinate2D)ParameterscoordinateThe CLLocationCoordinate2D struct to use. Return ValueA TGGeoPoint structure. 
- 
                  
                  Creates a TGGeoPoint from a On The Road Geopoint DeclarationSwift public init(coordinate: OTRGeoPoint)ParameterscoordinateThe OTRGeoPoint to use. Return ValueA TGGeoPoint structure. 
- 
                  
                  Create a TGGeoPoint from a CoreLocation location object DeclarationSwift public init(location: CLLocation)ParameterslocationThe location object to use Return ValueA TGGeoPoint structure. 
- 
                  
                  DeclarationSwift public static func == (lhs: TGGeoPoint, rhs: TGGeoPoint) -> Bool
 View on GitHub
View on GitHub TGGeoPoint Extension Reference
        TGGeoPoint Extension Reference