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
Inside the input box for location is it possible that we can get suggestions for area without state inside the suggestion list.
eg: If I type Mumbai inside the input box I do get the suggestions as "Mumbai, Maharashtra, India". So now I want the results excluding Maharashtra which is a state as "Mumbai, India".
I tried with the following config:
elements: {
administrative_area_level_1: false,
}
but it didn't worked. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Inside the input box for location is it possible that we can get suggestions for area without state inside the suggestion list.
eg: If I type Mumbai inside the input box I do get the suggestions as "Mumbai, Maharashtra, India". So now I want the results excluding Maharashtra which is a state as "Mumbai, India".
I tried with the following config:
elements: {
administrative_area_level_1: false,
}
but it didn't worked. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: