You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/Messages.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6104,7 +6104,12 @@ public interface MapsApi {
6104
6104
*/
6105
6105
@NonNull
6106
6106
BooleandidLastStyleSucceed();
6107
-
6107
+
/**
6108
+
* Returns true if this map supports advanced markers.
6109
+
*
6110
+
* This allows checking if the map supports advanced markers before
6111
+
* attempting to use them.
6112
+
*/
6108
6113
@NonNull
6109
6114
BooleanisAdvancedMarkersAvailable();
6110
6115
/** Clears the cache of tiles previously requseted from the tile provider. */
0 commit comments