Gaya visual peta baru akan segera tersedia di Google Maps Platform. Perubahan pada gaya visual peta ini mencakup palet warna default baru dan peningkatan pada pengalaman dan kegunaan peta. Semua gaya peta akan otomatis diperbarui pada Maret 2025. Untuk mengetahui informasi selengkapnya tentang ketersediaan dan cara ikut menggunakan versi terbaru ini lebih awal, lihat artikel Gaya peta baru untuk Google Maps Platform.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-20 UTC."],[[["`GoogleMap.OnPolylineClickListener` is an interface used to handle clicks on polylines on a Google Map."],["It includes a single method, `onPolylineClick`, which is called when a polyline is clicked, providing the clicked polyline as an argument."],["The `onPolylineClick` method is executed on the main Android UI thread."]]],["The `GoogleMap.OnPolylineClickListener` interface provides a callback for polyline click events. The core functionality lies within the `onPolylineClick` method, which is triggered when a polyline is clicked. This method receives the clicked `Polyline` object as a parameter, allowing for identification and interaction with the specific polyline. This event is executed on the Android UI thread.\n"]]