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.OnInfoWindowClickListener` is an interface to handle click events on a marker's info window."],["It includes a single method, `onInfoWindowClick`, which is triggered when a marker's info window is clicked and provides the clicked marker as a parameter."],["The `onInfoWindowClick` method is executed on the Android UI thread."]]],["The `GoogleMap.OnInfoWindowClickListener` interface handles clicks on a marker's info window. It features one core method, `onInfoWindowClick(Marker marker)`. This method is triggered when an info window is clicked and it receives the `Marker` object associated with the clicked info window as a parameter. This action occurs on the main Android UI thread. Developers can implement this interface to add functionality for when an info window is clicked.\n"]]