Exemple #1
0
 /// <summary>
 /// Cancels all qued tasks such as tile and vector data fetches. Tasks that have already started
 /// may continue until they finish. Tasks that are added after this method call are not affected.
 /// </summary>
 public void CancelAllTasks()
 {
     _baseMapView.CancelAllTasks();
 }