Map Tiles Provider
Component Detail
Infrastructure
medium complexity
backendmobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
External map tile infrastructure integration that supplies base map imagery and vector tiles to the Map Screen. Manages API credentials, tile caching, and fallback handling for offline or degraded network scenarios.
map-tiles-provider
Sources & reasoning
Listed in §8 area taxonomy as a feature of geographic-map-view area. §3.1 identifies it as a Blindeforbundet-unique need for large counties. §5 Fase 3 explicitly places 'Geografisk kartvisning (Blindeforbundet)' in Growth & Engagement phase.
-
docs/source/likeperson.md · line 61Geografisk kartvisning av likepersoner for matching og oppdragstildeling (særlig store fylker).
-
docs/source/likeperson.md · line 271Geografisk kartvisning (Blindeforbundet)
-
docs/source/likeperson.md · line 359geographic-map-view | Geographic Map View | Peer Mentor Map, Assignment Matching by Geography
Responsibilities
- Fetch and cache map tiles from external provider
- Manage tile provider API keys and rate limits
- Handle tile loading errors and provide fallbacks
- Support multiple zoom levels and map styles
Interfaces
fetchTile(x, y, z): TileImage
prefetchRegion(bbox): void
clearTileCache(): void