I have a project written with nest and I want to check if a point is inside given polygon. I figured it is possible via google.maps.geometry.poly.containsLocation() function but I couldn't figure out which module to install.
I wasn't able to find module created by google. Is there ways install google.maps.geometry.poly.containsLocation() to my nestjs project.