Type Alias maplibre::style::source::TileUrl

source ·
pub type TileUrl = String;
Expand description

String url to a tile.

Aliased Type§

struct TileUrl {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>