Trait maplibre::io::transferables::LayerIndexed
source · [−]pub trait LayerIndexed: Send {
fn build_from(coords: WorldTileCoords, index: TileIndex) -> Self
where
Self: Sized;
fn coords(&self) -> WorldTileCoords;
fn to_tile_index(self) -> TileIndex;
}Required Methods
sourcefn build_from(coords: WorldTileCoords, index: TileIndex) -> Selfwhere
fn build_from(coords: WorldTileCoords, index: TileIndex) -> Selfwhere
Self: Sized,
source
fn coords(&self) -> WorldTileCoords
source