containsGeoCoordinates method
- GeoCoordinates geoCoordinates
Determines whether the specified GeoCoordinates is contained within this GeoBox.
The altitude values are ignored.
geoCoordinatesA GeoCoordinates to check for containment within thisGeoBox.
Returns bool. true if contained within the GeoBox, false otherwise.
Implementation
bool containsGeoCoordinates(GeoCoordinates geoCoordinates) => $prototype.containsGeoCoordinates(this, geoCoordinates);