You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2026. It is now read-only.
We've been using this module for a few years now and never had any issues. However few weeks ago we started seeing this error a lot when calling the geocode api Component filter type components=country is not supported.
Our requests parameters look like:
var params = {
"address": "1 North Main Street, New York NY 11367",
"components": "components=country:us",
"language": "en",
"region":"us"
};
Hi,
We've been using this module for a few years now and never had any issues. However few weeks ago we started seeing this error a lot when calling the geocode api
Component filter type components=country is not supported.Our requests parameters look like:
Any thoughts? Thanks!