Hello,
I bought kendo UI ASP.NET Core and i using it in my asp net core project.
i want to use kendo ui map in my project and i use tile layer like this
layers: [{
type: "bing", // this layer is the map , layer[0]
imagerySet: "aerialWithLabels",
key: "h0yO0NtadB4lkxJAaBhO~9ZxiGd8wv3tE3MGtwDCVaQ~AvJmJR3vegm0gJw6grYJ2OnnVtgMio1FeEMb4mMBKU2qmxvtIZxx7Hl-rAasXWSH"
}
the key is my key from microsoft bing map.
my question:
i want to use the map without internet connection . i have rastar map on local file in my computer and i want to use this map or bing map offline without internet
is it possible? and how can i do this? i try many guide in the site and i just cant understand what is wrong.