pub fn visible_tiles_flat_view_capped(
bounds: &WorldBounds,
zoom: u8,
view: &FlatTileView,
max_tiles: usize,
) -> Vec<TileId>Expand description
Return visible flat raster tiles for a pitched perspective view, capped to a maximum count and prioritised by distance to the camera target.