containsGeoBox method
- GeoBox geoBox
Determines whether the specified GeoBox is covered entirely by this GeoBox.
The altitude values are ignored.
geoBoxAGeoBoxto check for containment within thisGeoBox.
Returns bool. true if covered by the GeoBox, false otherwise.
Implementation
bool containsGeoBox(GeoBox geoBox) => $prototype.containsGeoBox(this, geoBox);