How can I change the color of a MGLPolyline after its already been created?
I have this code I'm trying to make work in the didSelect annotation delegate method: chosenPolyline?.polyline //= UIColor.green
I have looked here. But the answer does not work after the lines creation.