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); ````