Stay organized with collections
Save and categorize content based on your preferences.
public static interface
GoogleMap.OnMapCapabilitiesChangedListener
Listener interface for when the map capabilities are changed.
Map capabilities are not available in the Navigation SDK. This interface exists here only
for compile-time compatibility with com.google.android.gms:play-services-maps.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-07 UTC."],[[["`GoogleMap.OnMapCapabilitiesChangedListener` is an interface used to listen for changes in map capabilities."],["This interface is included for compatibility purposes and is not functional within the Navigation SDK."],["The `onMapCapabilitiesChanged` method is called when map capabilities are updated, providing information about the available capabilities."]]],[]]