3

I was about to implement a polyline on my WKInterfaceMap using MKPolyline which I am using in my iOS application, but apparently apple watch doesn't have support for it.

Does anyone know some other way to do a polyline on the map using map coordinates? Thank you in advance.

Dávid Pásztor
  • 51,403
  • 9
  • 85
  • 116
Oskar Gusgård
  • 457
  • 7
  • 20

1 Answers1

4

WKInterfaceMap is very limited and it turns out that you cannot draw a polyline on it. You can also only draw up to 5 annotations at the same time.

Oskar Gusgård
  • 457
  • 7
  • 20