Skip to content

Commit 2b12f08

Browse files
gabbopalmaCopilot
andauthored
Update maplibre_gl/lib/src/maplibre_map.dart
Co-authored-by: Copilot <[email protected]>
1 parent 33f62bf commit 2b12f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maplibre_gl/lib/src/maplibre_map.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ class MapLibreMap extends StatefulWidget {
251251
/// Called when the location tracking mode changes
252252
final OnCameraTrackingChangedCallback? onCameraTrackingChanged;
253253

254-
// Called when camera is moving.
254+
/// Called when camera is moving.
255255
final OnCameraMoveCallback? onCameraMove;
256256

257-
// Called when camera movement has ended.
257+
/// Called when camera movement has ended.
258258
final OnCameraIdleCallback? onCameraIdle;
259259

260260
/// Called when map view is entering an idle state, and no more drawing will

0 commit comments

Comments
 (0)