Checks if the navigation header is enabled.
Future<bool> isNavigationHeaderEnabled() { return GoogleMapsNavigationPlatform.instance.viewAPI .isNavigationHeaderEnabled(viewId: getViewId()); }