Reworked sample applications

This commit is contained in:
Clemens 2021-12-05 17:43:05 +01:00
parent 32491a8e31
commit fd7b53a37b
4 changed files with 8 additions and 12 deletions

View file

@ -53,11 +53,6 @@ namespace SampleApplication
await ((ImageFileCache)TileImageLoader.Cache).Clean();
}
private void MapViewportChanged(object sender, ViewportChangedEventArgs e)
{
GC.Collect();
}
private void MapPointerMoved(object sender, PointerRoutedEventArgs e)
{
var location = map.ViewToLocation(e.GetCurrentPoint(map).Position);