You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boolean-within returns true if the first geometry is completely within the second geometry. The interiors of both geometries must intersect and, the interior and boundary of the primary (geometry a) must not intersect the exterior of the secondary (geometry b).
Parameters
Name
Type
Description
feature1
Geometry | Feature
GeoJSON Feature or Geometry
feature2
Geometry | Feature
GeoJSON Feature or Geometry
Returns
boolean true/false
The text was updated successfully, but these errors were encountered:
Description
Boolean-within returns true if the first geometry is completely within the second geometry. The interiors of both geometries must intersect and, the interior and boundary of the primary (geometry a) must not intersect the exterior of the secondary (geometry b).
Parameters
Returns
boolean true/false
The text was updated successfully, but these errors were encountered: