enableFollowModeWithCompass method

Future<void> enableFollowModeWithCompass()

Locks camera and rotates map to match device heading (compass).

Implementation

Future<void> enableFollowModeWithCompass() async {
  await tracking.enableFollowModeWithCompass();
}