GLMapBBox
extension GLMapBBox : Copyable, Equatable, Escapable
-
Returns whether two bounding boxes have identical origins and sizes.
Declaration
Swift
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) -
Undocumented
Declaration
Swift
static func != (lhs: Self, rhs: Self) -> Bool
Install in Dash