How to restrict Google Autofill API Google to get only train stations

Although there are many answers on how to restrict the API to only a specific country, it was not possible to find anything regarding the restriction of it to stations. Please help me with this. Thank.

+4
source share
1 answer

I think this is not supported in the API at the moment.

I see a function request to enable this function in the web site API service:

https://issuetracker.google.com/issues/35820774

I would suggest filing the same function request for the Places APIs for Android autocomplete.

You can also see similar features for PlacePickers on Android and iOS:

https://issuetracker.google.com/issues/35826944

https://issuetracker.google.com/issues/35830469

+1

Source: https://habr.com/ru/post/1685926/


All Articles