Skip to content

Commit 44e6b7a

Browse files
committed
fix: typo in place_advanced_marker.dart example page
1 parent ffcc10e commit 44e6b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google_maps_flutter/google_maps_flutter_android/example/lib/place_advanced_marker.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ class _AdvancedMarkersCapabilityStatusState
449449
}
450450

451451
void _checkCapabilityIfNeeded() {
452-
final GoogleMapController? controller = widget.controller;
452+
final ExampleGoogleMapController? controller = widget.controller;
453453
if (controller != null &&
454454
_isAdvancedMarkersAvailable == null &&
455455
!_isFetching) {

0 commit comments

Comments
 (0)