Skip to content

spatial-monorepo


spatial-monorepo / verticals/src / pointInGeofenceZone

Function: pointInGeofenceZone()

pointInGeofenceZone(point, zone): boolean

Defined in: packages/verticals/src/components/FactoryProfile.tsx:151

Returns true if point lies inside the outer ring of the geofence zone.

Parameters

point

[number, number]

zone

GeofenceZone

Returns

boolean

Released under commercial licensing.