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 ffcc10e commit 44e6b7aCopy full SHA for 44e6b7a
packages/google_maps_flutter/google_maps_flutter_android/example/lib/place_advanced_marker.dart
@@ -449,7 +449,7 @@ class _AdvancedMarkersCapabilityStatusState
449
}
450
451
void _checkCapabilityIfNeeded() {
452
- final GoogleMapController? controller = widget.controller;
+ final ExampleGoogleMapController? controller = widget.controller;
453
if (controller != null &&
454
_isAdvancedMarkersAvailable == null &&
455
!_isFetching) {
0 commit comments