SWMapBox
@objc
class SWMapBox : NSObject
Undocumented
-
Undocumented
Declaration
Swift
var upperLeftLatitude: Double
-
Undocumented
Declaration
Swift
var upperLeftLongitude: Double
-
Undocumented
Declaration
Swift
var bottomRightLatitude: Double
-
Undocumented
Declaration
Swift
var bottomRightLongitude: Double
-
Undocumented
Declaration
Swift
init(_ dict: Dictionary<String, Double>)
-
Undocumented
Declaration
Swift
init(_ upperLeftLatitude: Double, upperLeftLongitude: Double, bottomRightLatitude: Double, bottomRightLongitude: Double)
-
Undocumented
Declaration
Swift
override convenience init()