@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

Readme

Keywords

Package Sidebar

Install

npm i @garvey/poi-in-zone

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

159 kB

Total Files

5

Last publish

Collaborators

  • garvey