DEV Community

Dario Langella
Dario Langella

Posted on

Change userLocation puck color using MapBox v10

I’m working on migrating my MapBox version from v6.4 to v10.

I have been able to migrate almost everything, only issue I have at the moment is changing the userLocation puck tintColor.

What I was doing on v6.4 was changing the color in mapView.tintColor where mapView is an object of MKMapView class. Right now, changing the tintColor will only update the attributionButton color.

Do you have any suggestion?

Link on StackOverflow

Top comments (0)