Returns the last style error, if any.
Future<String?> getStyleError() { _checkWidgetMountedOrThrow(); return GoogleMapsFlutterPlatform.instance.getStyleError(mapId: mapId); }