-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
im using your libary but i dont understan , the answer always is false+

` let response2 = PolyUtil.isLocationOnPath(
{lat: 25.771, lng: -80.19}, // point object {lat, lng}
[
// poligon arrays of object {lat, lng}
{lat: 25.774, lng: -80.19},
{lat: 18.466, lng: -66.118},
{lat: 32.321, lng: -64.757}
]
);
console.log(response2) // true `
i used this version
"node-geometry-library": "^1.2.6",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels