changeConfiguration method - RasterDataSource class - mapview.datasource library - Dart API
changeConfiguration
changeConfiguration abstract method
- RasterDataSourceConfigurationUpdate configuration
Applies the configuration update to the data source.
An example for a configuration update is the update to a new bearer token for authentication.
configurationThe data source configuration update to apply.
Implementation
void changeConfiguration(RasterDataSourceConfigurationUpdate configuration);