Skip to content

Commit

Permalink
Fix stresstest app
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-karajgikar committed Apr 21, 2021
1 parent 668bb34 commit e4d00ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/StressTest/StressTest/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class ViewController: UIViewController {

let endOptions = CameraOptions(center: end, zoom: 17)

var animator: CameraAnimator?
var animator: CameraAnimatorProtocol?
animator = mapView.camera.fly(to: endOptions) { _ in
print("Removing line annotation for animator \(String(describing: animator))")
self.mapView.annotations.removeAnnotation(lineAnnotation)
Expand Down

0 comments on commit e4d00ec

Please sign in to comment.