manuelbieh/geolib

Increase polygon area when using isPointInPolygon

Opened this issue · 0 comments

Is there a way to increase a polygon area when using isPointInPolygon?
For example:

// check if point is within the polygon defined by coords. polygon area is extended by 500 meters
isPointInPolygon(point, coords, 500);