我正在尝试使用Google Places API使用教程中的官方方法检索某些地方的图片:
PlacePhotoMetadataResult result = Places.GeoDataApi.getPlacePhotos(mGoogleApiClient, placeId);
但我在我的IDE(Android工作室)中遇到错误,告诉我它无法解析方法getPlacePhotos()
。
在Places.GeoDataApi
中,我只能致电getAutocompletePredictions()
或getPlaceById()
。
为什么我无法拨打getPlacePhotos()
?
此致
答案 0 :(得分:1)
虽然在描述功能时它在geoDataApi中显示getPlacePhotos作为公共方法。 (这里https://developers.google.com/android/reference/com/google/android/gms/location/places/GeoDataApi.html)
实际的类定义没有getPlacePhotos。 (最后更新于8月20日) http://developer-android.ir/reference/com/google/android/gms/location/places/GeoDataApi.html