-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
always is false #10
Comments
@dasuma can you provide your code snippet? |
` export default class MapsController { public async getCoverage({ request, response }) {
} } |
I'm still not clear about your issue. I'm don't find anything wrong. Response of PolyUtil.isLocationOnPath is true. Is it false on your code?
|
yeah, my response un false, i dont understan why? any problem with specific version? i have "node-geometry-library": "^1.2.6", |
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}
]
);
i used this version
"node-geometry-library": "^1.2.6",
The text was updated successfully, but these errors were encountered: