GeoPoint
public class GeoPoint: NSObject
                Structure used to represent a coordinate point.
- 
                  
                  
Initialize a structure with given latitude and longitude.
Declaration
Swift
public init(latitude: Double, longitude: Double)Parameters
latitudeLatitude.
longitudeLongitude.
 
View on GitHub
        GeoPoint Class Reference