README file from
GithubPlaces - Stadia Maps
Map provider for Places using Stadia Maps, with vector maps, POI search, elevation replacement, directions, isochrones, track snapping, and track matching.
Network requests
| Area | Request |
|---|---|
| Map tiles and styles | Loads the selected map style, its glyphs, sprites, and tiles |
| POI search | Resolves a search term to place suggestions and coordinates |
| Directions | Builds a route between the waypoints in a block |
| Isochrones | Builds reachability polygons around a center point |
| Elevation | Reads elevation for a coordinate |
| Track snapping | Aligns a recorded track to the road or path network |
| Track matching | Identifies the named ways a track follows |
| 3D terrain | Loads terrain DEM tiles for 3D relief |
Background tasks
None.
Dependencies
| Library | Purpose |
|---|---|
| @stadiamaps/api | Geocoding, routing, isochrones, and snapping |
| @googlemaps/polyline-codec | Encodes and decodes route polylines |
| maplibre-gl | GL map engine |
| places-shared | Shared map, overlay, routing, and utility code |
| places-maplibre-base | Shared GL map implementation |