我正在尝试创建一个可以让用户“办理登机手续”的应用程序。通过Google Place Picker在某个位置。
我使用Google的代码:
PlacePicker.IntentBuilder intentBuilder = new PlacePicker.IntentBuilder();
intentBuilder.setLatLngBounds(DEFAULT_LOCATION);
Intent intent = intentBuilder.build(LocationActivity.this);
startActivityForResult(intent, PLACE_PICKER_REQUEST);
问题是,搜索框不会出现在某些设备中,而是出现在某个设备中。
这是从注5中获取的快照,其中显示搜索菜单:
这是从小米Redmii 2拍摄的快照,其中没有出现:
它也没有出现在Zenfone C和S5,Sony Ultra C5 ..
我从上到下跟进了谷歌的教程,但仍然没有找到任何解决方案,因为它突然发生。
以前有人遇到过这种困境吗?如果是,任何解决方案??
答案 0 :(得分:1)
最新版本的Google Play服务存在问题。任何已更新至9.0.83版的设备都会受到影响。
请参阅有关此问题的帖子:Android PlacePicker no longer has Search icon after updating to Google Play Services 9.0.83
请参阅Google Maps API错误和功能网站上的这些错误报告: Bug: Search Icon not visible in the latest play service update (Version:9.0.83) ----- Bug: Place Picker not showing search icon. ----- PlacePicker search icon is gone after updating to Google Play Services 9.0.83