We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee79af commit 6b0cff2Copy full SHA for 6b0cff2
packages/google_maps_flutter/google_maps_flutter_android/pigeons/messages.dart
@@ -750,6 +750,10 @@ abstract class MapsApi {
750
/// is no way to return failures from map initialization.
751
bool didLastStyleSucceed();
752
753
+ /// Returns true if this map supports advanced markers.
754
+ ///
755
+ /// This allows checking if the map supports advanced markers before
756
+ /// attempting to use them.
757
bool isAdvancedMarkersAvailable();
758
759
/// Clears the cache of tiles previously requseted from the tile provider.
0 commit comments