Type Alias s2_tilejson::Attribution
source · pub type Attribution = BTreeMap<String, String>;Expand description
Attribution data is stored in an object. The key is the name of the attribution, and the value is the link
Aliased Type§
struct Attribution { /* private fields */ }