简体   繁体   English

GMap.NET Satellitemap提供程序错误

[英]GMap.NET Satellitemap providers error

I'm using GMap.NET in winforms application But when i use Googlesatellite map provider it gives an error , Exception :The remote Server returned in error:(404) Not found , Other map providers works fine just problem with "GoogleSatelliteMapProvider", 我在winforms应用程序中使用GMap.NET,但是当我使用Googlesatellite地图提供程序时出现错误, 异常:远程服务器返回错误:(404)未找到 ,其他地图提供程序工作正常,只是“ GoogleSatelliteMapProvider”出现问题,

Heres my code 这是我的代码

With gmaps
        .Position = New PointLatLng(22.63, 71.58)
        .MinZoom = 3
        .MaxZoom = 17
        .Zoom = 8
        .Manager.Mode = AccessMode.ServerAndCache
        .CanDragMap = True
        GMap.NET.MapProviders.GoogleSatelliteMapProvider.Instance.APIKey = "MyApiKey"
        .MapProvider = GMap.NET.MapProviders.GoogleMapProvider.Instance
        .DragButton = Windows.Forms.MouseButtons.Left
        .MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter
End With

Perhaps You are using old version try new version . 也许您使用的是旧版本,请尝试新版本。 . . Go here and get new version Greatmap Release 转到此处获取新版本的Greatmap版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Gmap.net将路线转换为点 - Gmap.net Convert route to points 在asp.net中没有获取gmap - Not getting gmap in asp.net GMAP 控件“.NET 不是‘GMapControl’的成员” - GMAP Control ".NET is not a member of 'GMapControl'" ASP.NET Identity中新的成员资格提供程序类在哪里? - Where are the new membership providers classes in ASP.NET Identity? 当我在textbox1和textbox2中输入目标时,如何在buttonclick上的asp.net网络窗体中显示gmap - how to show the gmap in asp.net webform on buttonclick when i enter destinations in textbox1 and textbox2 在免费托管提供商上托管我的asp.net网站时,会发生以下情况 - in hosting my asp.net website on free hosting providers the following occurs 多边形未显示在gmap上 - Polygons are not shown on gmap 将Subgurim GMap坐标转换为字符串 - Converting Subgurim GMap Coordinates to string SSRS - 从 VB.NET 代码发送到 SSRS 报告的参数未被识别,VB.NET 和 SSRS 在连接字符串中有不同的提供程序 - SSRS -parameters sent from VB.NET Code to SSRS reports are not being recognized ,VB.NET and SSRS have different providers in connection string 自定义成员资格提供程序存在的问题 - Problems with custom membership providers
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM