Map theme
Map theme is set using parameter theme
, where the desired theme is passed as a string.
Static API supports light
(by default) and dark
themes.
The examples below show requests for a map image with light theme, and another one with dark theme.
https://static.api.mappable.world/v1?lang=en_US&ll=28.97709,41.005233&z=12&theme=light&apikey=YOUR_API_KEY
https://static.api.mappable.world/v1?lang=en_US&ll=28.97709,41.005233&z=12&theme=dark&apikey=YOUR_API_KEY