We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to get access to Google Maps Geometry to calculate points with a specific area in Node JS.
... const circle = new google.maps.Circle({ center: area.center, radius: area.radius, }); const doesContain = circle.getBounds().contains(location);
Circles, rectangles, polygons... does anyone know how?
The text was updated successfully, but these errors were encountered:
It looks like I found a solution:
Spherical Geometry Library https://www.npmjs.com/package/spherical-geometry-js
I'll give it a shot; but if anyone has other suggestion please let me know.
Sorry, something went wrong.
The library I mentioned doesn't solve the issue, it doesn't support circles or polygons -- only rectangles.
No branches or pull requests
I'm trying to get access to Google Maps Geometry to calculate points with a specific area in Node JS.
Circles, rectangles, polygons... does anyone know how?
The text was updated successfully, but these errors were encountered: