Esempio n. 1
0
 /// <summary>
 /// Releases the memory occupied by the preloading area. Calling this method releases some
 /// memory if preloading is enabled, but means that the area right outside the visible area has to be
 /// fetched again.
 /// </summary>
 public void ClearPreloadingCaches()
 {
     _baseMapView.ClearPreloadingCaches();
 }