В
Size: a a a
G
var sourceLocation: LocationAnnpotation?
for currentLocation in annotations {
guard let source = sourceLocation else {
sourceLocation = currentLocation
continue
}
self.generateRoute(pointOne: source.coordinate, pointTwo: currentLocation.coordinate)
sourceLocation = currentLocation
}
V
А
G
b