Nowy styl mapy będzie wkrótce dostępny w Google Maps Platform. Ta aktualizacja stylu mapy obejmuje nową domyślną paletę kolorów oraz ulepszenia ułatwiające obsługę i łatwość obsługi map. Wszystkie style mapy zostaną automatycznie zaktualizowane w marcu 2025 r. Więcej informacji o dostępności i sposobie włączania tej funkcji znajdziesz w artykule Nowy styl mapy w Google Maps Platform.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-03-21 UTC."],[[["`GoogleMap.SnapshotReadyCallback` is an interface used to receive a snapshot of the map."],["The `onSnapshotReady` method is called when the snapshot is ready, providing a Bitmap of the map or null if it failed."],["This callback happens on the Android UI thread."]]],["The `GoogleMap.SnapshotReadyCallback` interface notifies when a map snapshot is ready. It features the `onSnapshotReady` method, which is invoked on the UI thread. This method receives a `Bitmap` object representing the taken map snapshot. If the snapshot process fails, the `Bitmap` parameter will be `null`. Developers use this interface to act upon successful or failed map snapshot attempts.\n"]]