Skip to content

Commit 6b0cff2

Browse files
committed
Add comment for isAdvancedMarkersAvailable
1 parent dee79af commit 6b0cff2

File tree

1 file changed

+4
-0
lines changed
  • packages/google_maps_flutter/google_maps_flutter_android/pigeons

1 file changed

+4
-0
lines changed

packages/google_maps_flutter/google_maps_flutter_android/pigeons/messages.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,10 @@ abstract class MapsApi {
750750
/// is no way to return failures from map initialization.
751751
bool didLastStyleSucceed();
752752

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.
753757
bool isAdvancedMarkersAvailable();
754758

755759
/// Clears the cache of tiles previously requseted from the tile provider.

0 commit comments

Comments
 (0)