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 33f62bf commit 2b12f08Copy full SHA for 2b12f08
maplibre_gl/lib/src/maplibre_map.dart
@@ -251,10 +251,10 @@ class MapLibreMap extends StatefulWidget {
251
/// Called when the location tracking mode changes
252
final OnCameraTrackingChangedCallback? onCameraTrackingChanged;
253
254
- // Called when camera is moving.
+ /// Called when camera is moving.
255
final OnCameraMoveCallback? onCameraMove;
256
257
- // Called when camera movement has ended.
+ /// Called when camera movement has ended.
258
final OnCameraIdleCallback? onCameraIdle;
259
260
/// Called when map view is entering an idle state, and no more drawing will
0 commit comments