Hello Telerik team
We're considering using RadMap in our new WPF application
I'm trying to add my custom webclient which uses custom user-agent and referrer
solutions i'v tried:
- adding this mechanism to getCachedTile(), but it seems not using Asyc method so it makes the progrom very laggy and slow
- adding dummy Uri in GetTile() then add tile retriever to GetCachedTileAsync(), it works but i can't cancel out-of-view tile requests after fast zoom or drag
Is there any way else to get around this issue?
regards