How to prefetch tiles other than using “TilePrefetcher” class in gmap.net

后端 未结 0 463
面向向阳花
面向向阳花 2020-12-16 22:39
//Prefetch Tiles
    for(int i = (int)gmap.Zoom; i <= 15; i++)
    {
        RectLatLng area = gmap.SelectedArea;
        using (TilePrefetcher tilePrefetch = new         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题