我正在尝试使用GooglePlacesAPI,我想将我的搜索过滤为仅健身房类型。我正在使用https://developers.google.com/places/给出的代码publicvoidonPickButtonClick(Viewv){//Constructanintentfortheplacepickertry{PlacePicker.IntentBuilderintentBuilder=newPlacePicker.IntentBuilder();Intentintent=intentBuilder.build(this);//Starttheintentbyrequest