Found the reason. Instead of using
let polyline = MKPolygon()
I had to use
let polyline = MKPolyline()
Post
Replies
Boosts
Views
Activity
Same problem