79272433

Date: 2024-12-11 16:20:01
Score: 1.5
Natty:
Report link

For iOS 18.1 and macOS 15 SwiftUI map, you can now get the coordinates of the middle point with this:

let middleCoord = route!.polyline.points()[route!.polyline.pointCount/2].coordinate

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: SnowPaddler