Mapbox Navigation Night
On this page
Mapbox Navigation Night is a high-contrast map style optimized for in-vehicle turn-by-turn navigation in nighttime conditions. Its dark background with bright road and label colors reduces eye strain and maintains legibility in low-light environments.
Classic style — no longer maintained
Mapbox Navigation Night is a classic style that is no longer actively maintained. It remains available for existing applications.
For new projects, use Mapbox Standard, which supports a night light preset and is continuously improved.
Access this Style
Use this Style URL to load this style in any Mapbox SDK or library:
mapbox://styles/mapbox/navigation-night-v1
Retrieve the full style JSON via the Styles API:
https://api.mapbox.com/styles/v1/mapbox/navigation-night-v1?access_token=YOUR_MAPBOX_ACCESS_TOKEN
Map Preview
Tilesets used in this style:
- Mapbox Streets v8
- Mapbox Terrain v2
- Mapbox Traffic v1
- Mapbox Incidents v1
Common uses
- In-vehicle navigation applications in night mode
- Ride-sharing and delivery routing interfaces in dark environments
- Any application requiring a high-contrast, road-focused map for nighttime use
Customization
Classic styles can be customized in two ways:
- At runtime in code — use
setLayoutPropertyandsetPaintPropertyto show, hide, or restyle individual layers after the map loads. This keeps all style logic in your codebase and is well-suited for dynamic changes driven by user interaction or application state. - In Mapbox Studio — clone the style in Mapbox Studio to adjust colors, toggle layers, change fonts, and add custom data sources. The resulting custom style is hosted by Mapbox and referenced by a style URL.
For new projects, consider using Mapbox Standard instead. Standard provides a richer feature set, continuously improving cartography, and a configuration API that replaces direct layer manipulation.
Was this page helpful?