Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels