Map styles
Seven basemap styles to match your brand — from neutral light to high-contrast dark.
What it does
The Yatmo map ships with seven curated basemap styles. You pick one via the mapStyle option; everything else (POIs, pins, routes, isochrones) renders on top unchanged.
How to choose
Add mapStyle to your yatmoConfig:
yatmoConfig = {
licenseKey: '...',
language: 'EN',
container: 'map',
center: [4.3442926, 50.8520525],
zoom: 16,
mapStyle: 3 // 1-7
};
Default is 1. Valid values are integers 1 through 7.
Custom basemap?
Yatmo’s tile pipeline is currently fixed to the seven supplied styles. If you need a fully bespoke basemap, host your own and overlay Yatmo POIs through the REST API.
Preview each style
The JS Map demo has a style dropdown in the top-right corner of the map — switch between styles 1-6 there to see them side by side.