Checks if the map is displaying traffic data.
Future<bool> isTrafficEnabled() async { return GoogleMapsNavigationPlatform.instance .isTrafficEnabled(viewId: _viewId); }