AI-generated Key Takeaways
-
MapCapabilities
is an immutable class used to check the availability of map features. -
It provides methods to determine if advanced markers and data-driven styling are supported.
-
Developers can use this class to tailor the map experience based on available capabilities.
An immutable class that allows customers to track the availability of each capability.
Public Method Summary
boolean |
isAdvancedMarkersAvailable()
Returns
true if advanced markers are available.
|
boolean |
isDataDrivenStylingAvailable()
Returns
true if data-driven styling is available.
|
Inherited Method Summary
Public Methods
public boolean isAdvancedMarkersAvailable ()
Returns true
if advanced markers are available.
public boolean isDataDrivenStylingAvailable ()
Returns true
if data-driven styling is available.