Type Alias maplibre::style::source::TileJSONUrl

source ·
pub type TileJSONUrl = String;
Expand description

String url to a JSON tile.

Aliased Type§

struct TileJSONUrl {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>