GLMapBBox
extension GLMapBBox: Equatable
-
Declaration
Swift
public static func == (lhs: GLMapBBox, rhs: GLMapBBox) -> Bool
-
Returns true if bounding box is empty
Declaration
Swift
var isEmpty: Bool { get }
-
Adds point into bounding box object
Declaration
Swift
mutating func add(point: GLMapPoint)
-
Adds one bounding box into another
Declaration
Swift
mutating func add(bbox: GLMapBBox)