אם האובייקט PhotoMetadata המוחזר כולל קרדיטים או קרדיט של המחבר, צריך לכלול את הקרדיטים האלה באפליקציה בכל מקום שבו מוצגת התמונה. מידע נוסף זמין במאמר בנושא שיוך.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-02-28 (שעון UTC)."],[[["Places SDK for Android now supports a new version of Place Photo with an updated pricing model and a new method for retrieving photos."],["The new Place Photo returns a URI to the image instead of a bitmap, supports larger photo sizes (up to 4800x4800 pixels), and requires enabling Places API (New)."],["To request a photo, use the `PlacesClient.fetchResolvedPhotoUri()` method with a `FetchResolvedPhotoUriRequest` object."],["The response includes `PhotoMetadata` containing author attributions that must be displayed when showing the image."],["Initialize your app with `Places.initializeWithNewPlacesApiEnabled()` to access the new author attributions in `PhotoMetadata`."]]],["The new Place Photo feature in Places SDK for Android requires enabling Places API (New). Key changes include a new pricing model, returning a URI instead of a bitmap, and supporting larger images (up to 4800x4800 pixels). Use `PlacesClient.fetchResolvedPhotoUri()` for requests, passing a `FetchResolvedPhotoUriRequest` object. Photo metadata includes new `AuthorAttributions`, which must be displayed with the image. `Places.initializeWithNewPlacesApiEnabled()` must be called to access the author attributions. Using `PlacesClient.fetchPhoto()` requires enabling **Places API**.\n"]]