Relative Content

Tag Archive for c#kendo-ui

How to force a tile layer in Kendo UI Map to reload its tiles?

I have a web application that displays a geographic map using Kendo UI Map, with 2 other layers displaying geofences and markers (bubbles). The tiles are typically supplied by Google, although other sources like OSM are also possible. I would like to have the possibility to temporarily (say 15 minutes) display traffic density too. To my best knowledge it is not possible to retrieve traffic density data from Google as separate data, but it IS possible to have the normal google tiles rendered with the traffic data on top of it.