Skip to main content

RasterSourceFactory

Type Alias RasterSourceFactory 

Source
pub type RasterSourceFactory = Arc<dyn Fn() -> Box<dyn TileSource> + Send + Sync>;
Expand description

Factory for constructing a fresh raster tile source when a style document is applied.

Aliased Typeยง

pub struct RasterSourceFactory { /* private fields */ }