ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
205 stars 61 forks source link

Load tiles while moving the map #53

Closed twarrendewit closed 4 years ago

twarrendewit commented 4 years ago

In our application, the map moves and zooms constantly. However, it seems that new tiles only load when the map stops moving for a few moments.

Is that an illusion or is that intended behavior?

Is there a way for me to load tiles even while MapCenter and MapZoom are in constant flux?

ClemensFischer commented 4 years ago

Set the UpdateWhileViewportChanging property of the MapTileLayer to true.