Namespace LansMap.Core.Tiles.Sources
Classes
- LocalTileSource
A local, per-tile-addressed raster tile source: a folder of individual tile image files on disk, addressed the same way a URL template would be (
{z}/{x}/{y}substitution into a file path pattern instead of a URL).
- StallClock
One backoff clock for a bulk activity that keeps no per-tile state (parent prefetch, region walk).
- TileRequestScheduler
Prioritizes and schedules tile fetches by view membership, pan direction, retry budget, and backoff.
- TileSource
A provider-agnostic description of where raster tiles come from: the URL template, the tile size, the provider's zoom limits and the mandatory attribution.
Interfaces
Enums
- TileProvider
The built-in tile provider presets. Pick one and supply an API key where the provider requires it, or use Custom for any other XYZ service.
- TileTextureFormat
The GPU residency format a TileSource asks its tiles to be uploaded as.