Trait maplibre::window::MapWindow

source ·
pub trait MapWindow {
    // Required method
    fn size(&self) -> PhysicalSize;
}
Expand description

Window of a certain PhysicalSize. This can either be a proper window or a headless one.

Required Methods§

Implementors§