GeoBox
public extension GeoBox
-
Initialize a
GeoBox, with values for bottom left corner and top right corner.Declaration
Swift
convenience init?(bottomLeft: (Double, Double), topRight: (Double, Double))Parameters
bottomLeftThe bottom left corner of the rectangle.
topRightThe top right corner of the rectangle.
View on GitHub
Install in Dash