# Global Settings

```dart
FlutterMapTileCaching.settings;
```

Settings change the functionality of FMTC throughout a project, and can be useful to setup customizations that are needed across multiple calls.

For example, a project with multiple [`getTileProvider()`](https://fmtc.jaffaketchup.dev/v8/usage/integration) calls can configure the [#tile-provider-settings](https://fmtc.jaffaketchup.dev/v8/integration#tile-provider-settings "mention") here, to reduce duplication and improve maintainability.&#x20;

{% embed url="<https://pub.dev/documentation/flutter_map_tile_caching/latest/flutter_map_tile_caching/FMTCSettings-class.html>" %}
