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.
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.