geodart
geometries
BoundingBox
BoundingBox constructor
BoundingBox
BoundingBox
constructor
Null safety
BoundingBox
(
double
minLong
,
double
minLat
,
double
maxLong
,
double
maxLat
)
Implementation
BoundingBox(this.minLong, this.minLat, this.maxLong, this.maxLat);
geodart
geometries
BoundingBox
BoundingBox constructor
BoundingBox class
Constructors
BoundingBox
empty
fromCoordinates
fromPoints
Properties
center
hashCode
maxLat
maxLong
minLat
minLong
runtimeType
Methods
noSuchMethod
toList
toString
Operators
operator ==
Static properties
type