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
373 Views Asked by dcts At
1
Yes, you can use a
PolygonOverlayand set a custom color to it. Your map will then appear in your desired color.