pub type VectorTileSourceFactory = Arc<dyn Fn() -> Box<dyn TileSource> + Send + Sync>;Expand description
Factory for constructing a fresh streamed vector tile source when a style document is applied.
Aliased Typeยง
pub struct VectorTileSourceFactory { /* private fields */ }