mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
1 line
672 B
JavaScript
1 line
672 B
JavaScript
window.SIDEBAR_ITEMS = {"enum":[["ExactGeometry","Contains either a polygon or line vector."],["TileIndex","Index of tiles which can be of two types: spatial or linear. Spatial tiles are stored in a multi-dimentional tree which represents their position in the tile. Linear tiles are simply stored in a vector."]],"struct":[["GeometryIndex","A quad tree storing the currently loaded tiles."],["IndexProcessor","A processor able to create geometries using `[geozero::geo_types::GeoWriter]`."],["IndexedGeometry","An indexed geometry contains an exact vector geometry, computed bounds which can be helpful when interacting with the geometry and a hashmap of properties."]]}; |