I am trying to customize my apple map on web (Mapkit JS). I know you can set the maps colorScheme
(Light or Dark). But is there a better way to customize it with more colors?
How to add layer over full map in apple mapkit JS
361 Views Asked by dcts At
1
Yes, you can use a
PolygonOverlay
and set a custom color to it. Your map will then appear in your desired color.