intersects method - GeoBox class - core library - Dart API
intersects
intersects method
- GeoBox geoBox
Determines whether this GeoBox intersects with the passed GeoBox.
The altitude values are ignored.
geoBoxAGeoBoxto check for intersection.
Returns bool. true if intersects with the GeoBox, false otherwise.
Implementation
bool intersects(GeoBox geoBox) => $prototype.intersects(this, geoBox);