enableFollowModeWithCompass method
Locks camera and rotates map to match device heading (compass).
Implementation
Future<void> enableFollowModeWithCompass() async {
await tracking.enableFollowModeWithCompass();
}
Locks camera and rotates map to match device heading (compass).
Future<void> enableFollowModeWithCompass() async {
await tracking.enableFollowModeWithCompass();
}