Beispiel #1
0
 /// <summary>
 /// Releases memory occupied by all caches. Calling this means that everything has to be fetched again,
 /// including the visible area.
 /// </summary>
 public void ClearAllCaches()
 {
     _baseMapView.ClearAllCaches();
 }