We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd23477 commit bf511e1Copy full SHA for bf511e1
1 file changed
Pod/Classes/MapViewController.swift
@@ -241,6 +241,7 @@ open class MapViewController: UIViewController {
241
@objc fileprivate func redoSearch() {
242
isRedoingSearch = true
243
search?.cancel()
244
+ mapIndicator.startAnimating()
245
searchRegion = mapView.region
246
}
247
@@ -289,6 +290,7 @@ open class MapViewController: UIViewController {
289
290
self.resultsViewController.mapItems = mapItems
291
if self.isRedoingSearch {
292
self.updateAnnotations()
293
+ self.mapIndicator.stopAnimating()
294
295
self.search = nil
296
0 commit comments