@garvey/poi-in-zone

1.0.1 • Public • Published

garvey-shield

Downloads Version License

Determine if the point is within the area quickly. Judging whether the point is inside the polygon we have many good methods such as ray method and corner method, but they are all slower.This method only provides a light calculation idea

try it

run

npm i @garvey/poi-in-zone

and write in your file:

const poiInZone = require('@garvey/poi-in-zone')
// or
import poiInZone from '@garvey/poi-in-zone'
// or
...as you want

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @garvey/poi-in-zone

      Weekly Downloads

      2

      Version

      1.0.1

      License

      ISC

      Unpacked Size

      159 kB

      Total Files

      5

      Last publish

      Collaborators

      • garvey