通过Google Places API中的placeID过滤PlacePicker结果

时间:2015-05-25 10:37:52

标签: android google-places-api google-places

我有placeIDs的集合,我希望地方选择器只显示那些地方。是否有任何方法可以通过placeIDS进行过滤?

  PlacePicker.IntentBuilder builder = new PlacePicker.IntentBuilder();
    Context context = getApplicationContext();

    try {
        startActivityForResult(builder.build(context), PLACE_PICKER_REQUEST);
    } catch (GooglePlayServicesRepairableException e) {
        e.printStackTrace();
    } catch (GooglePlayServicesNotAvailableException e) {
        e.printStackTrace();
    }

1 个答案:

答案 0 :(得分:0)

在地点选择器上添加自定义位置在构建器上调用setLatLngBounds()。