Skip to content

Commit

Permalink
**** REMOVED clearAmbientCache for bypassing Platform compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ciakov committed Oct 9, 2024
1 parent 8bcedb3 commit 012b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maplibre_gl/lib/src/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ class MapLibreMapController extends ChangeNotifier {
}

Future clearAmbientCache() async {
return _maplibrePlatform.clearAmbientCache();
return _maplibrePlatform.invalidateAmbientCache();//clearAmbientCache();
}

/// Get last my location
Expand Down

0 comments on commit 012b537

Please sign in to comment.