Trait maplibre::raster::transferables::LayerRaster
source · [−]pub trait LayerRaster: IntoMessage + Debug + Send {
fn message_tag() -> &'static dyn MessageTag;
fn build_from(
coords: WorldTileCoords,
layer_name: String,
image: RgbaImage
) -> Self;
fn coords(&self) -> WorldTileCoords;
fn to_layer(self) -> AvailableRasterLayerData;
}Required Methods
source
fn message_tag() -> &'static dyn MessageTag
sourcefn build_from(
fn build_from(
coords: WorldTileCoords,
layer_name: String,
image: RgbaImage
) -> Self
source
fn coords(&self) -> WorldTileCoords
source