firestore_helpers
firestore_helpers
GeoBoundingBox
GeoBoundingBox constructor
GeoBoundingBox
GeoBoundingBox class
Constructors
GeoBoundingBox
Properties
neCorner
swCorner
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
GeoBoundingBox constructor
GeoBoundingBox
(
{
GeoPoint
swCorner
,
GeoPoint
neCorner
})
Implementation
GeoBoundingBox({this.swCorner, this.neCorner});