Yeni bir fiyatlandırma modeli kullanır. Tüm API'ler için fiyatlandırma bilgileri
Android için Yerler SDK'sı (Yeni) başlıklı makalede verilmiştir.
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ı destekler. Fotoğraf Yerleştir (Yeni) özelliği 4.800x4.800 piksele kadar boyutları destekler.
PlacesClient.fetchPhoto() yöntemini yalnızca Places API'yi etkinleştirirseniz çağırabilirsiniz. Yalnızca Places API (Yeni)'yi etkinleştirdiğinizde bu yöntem kullanılamaz.
Döndürülen PhotoMetadata nesnesi herhangi bir ilişkilendirme veya yazar ilişkilendirmesi içeriyorsa bu ilişkilendirmeleri, resmi görüntülediğiniz her yerde 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: 2025-01-14 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`."]]],[]]