Limit Android Google Places API to search only given area

后端 未结 1 1868
谎友^
谎友^ 2021-01-28 10:29

I`m using Android Google Places API to autocomplete streets and addresses. The problem is that it gives all streets from a whole country. Of course I added bounds to limit place

相关标签:
1条回答
  • 2021-01-28 10:53

    I'm afraid Places API for Android doesn't support strict bounds yet. There is a feature request in Google Issue tracker to implement this:

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

    Feel free to star this feature request to add your vote and subscribe to notifications from Google.

    In the meantime the workaround might be using Places API web service that supports strict bounds and implement the UI manually.

    UPDATE

    The feature request was marked as Fixed by Google. Have a look at https://stackoverflow.com/a/50134855/5140781 that shows how to apply strict bounds in Places API for Android.

    0 讨论(0)
提交回复
热议问题