Javascript – angular google maps warning " The second argument to new LatLng() was ignored and can be removed. "
I use google maps api in my project. When i call google.maps.geometry.poly.containsLocation() function i'll got a lot of warning in console and as a result freezing system. Any help would be highly appreciated. in my code: isPolygonIntersect(poly1: google.maps.LatLng[] | google.maps.LatLngLiteral[],…