GoogleMap.OnMapCapabilitiesChangedListener

  • 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.

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.

Public Method Summary

abstract void
onMapCapabilitiesChanged(MapCapabilities availableCapabilities)
Called when map capabilities are changed.

Public Methods

public abstract void onMapCapabilitiesChanged (MapCapabilities availableCapabilities)

Called when map capabilities are changed.

Parameters
availableCapabilities