Yeni bir fiyatlandırma modeli kullanır. Tüm API'lerin fiyatlandırma bilgileri için
Android için Yerler SDK'sı (Yeni) başlıklı makaleyi inceleyin.
Mevcut yer fotoğrafı, bir bitmap resmi döndürür.
Fotoğraf Yerleştir (Yeni) işlevi, resmin URI'sini döndürür.
Mevcut yer fotoğrafı, maksimum 1.600x1.600 piksel boyutunda fotoğrafları desteklemektedir. Fotoğraf Yerleştir (Yeni) özelliği 4.800x4.800 piksel boyuta kadar destekler.
PlacesClient.fetchPhoto() yöntemini yalnızca Places API'yi etkinleştirirseniz çağırabilirsiniz. Bu yöntem, yalnızca Places API (Yeni)'yi etkinleştirdiğinizde kullanılamaz.
Döndürülen PhotoMetadata nesnesi herhangi bir ilişkilendirme veya yazar ilişkilendirmesi içeriyorsa resmi gösterdiğiniz her yerde bu ilişkilendirmeleri uygulamanıza eklemeniz gerekir. İlişkilendirmeler ile ilgili dokümanları inceleyin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-12-22 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`."]]],[]]