enableOfflineRouting method
Will download the navigation engine and the user's region to allow offline routing
Implementation
Future<bool?> enableOfflineRouting() async {
throw UnimplementedError(
'enableOfflineRouting() has not been implemented.',
);
}