我正在制作一些需要用户选择地点的Android应用程序.我打算到用户谷歌的地方API.Link:https://developers.google.com/places/android/
通过Place Picker,这个API提供了很好的方法.https://developers.google.com/places/android/placepicker
现在假设我只想显示食物类型的用户地点(餐馆,酒店等).使用Places Browser API可以通过在请求中添加"type = restraunts"属性来完成.
有没有办法只使用Google Places Picker for android显示某些类型的地方?
android google-maps google-maps-api-3 android-location google-places-api