Search code examples
iosobjective-cmkmapview

MKMapView set style to black and white


i'm trying to change the color scheme of the MKMapView to black and white. It's discussed in this topic: Black and white overlay for an MKMapView but i have no clue how to achieve this.

Can somebody help me out?

Best regards, Lukas


Solution

  • The solution is pretty straightforward. By using the GoogleMaps SDK you can set a mapstyle.

    One can create styles through the following two sites: https://snazzymaps.com https://mapstyle.withgoogle.com

    Btw: I noticed the GoogleMaps SDK is faster, more developer friendly, and offers more features anyway, so I'd recommend it anyway.