資源簡介
將百度地圖嵌入c# cs窗體中,cs后臺控制百度地圖:
1)用WebBrower控件加載本地的一個html文件,在html中實現加載百度地圖
2)動態添加覆蓋物
3)動態添加標簽
4)動態添加點擊小氣球提示
5)經緯度提取詳細地址
查了很多資料,參考網上眾多朋友的代碼及百度地圖API demo,這個例子中的js代碼不用key,方便很多,使用的是v1.4版,少了很多限制,使用.net4.5開發的,可以將c#代碼轉為低版本也行的。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows;
namespace?百度地圖
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-04-02?22:06??百度地圖\
?????目錄???????????0??2016-04-02?23:34??百度地圖\.vs\
?????目錄???????????0??2016-04-02?23:34??百度地圖\.vs\config\
?????文件???????85441??2015-04-23?10:10??百度地圖\.vs\config\applicationhost.config
?????目錄???????????0??2016-04-02?22:06??百度地圖\.vs\百度地圖\
?????目錄???????????0??2016-04-02?22:06??百度地圖\.vs\百度地圖\v14\
?????文件???????65024??2016-04-26?21:55??百度地圖\.vs\百度地圖\v14\.suo
?????目錄???????????0??2016-04-26?21:57??百度地圖\百度地圖\
?????文件?????????184??2016-04-02?22:07??百度地圖\百度地圖\App.config
?????文件?????????378??2016-04-02?22:06??百度地圖\百度地圖\App.xaml
?????文件?????????339??2016-04-02?22:06??百度地圖\百度地圖\App.xaml.cs
?????文件?????????543??2016-04-26?21:50??百度地圖\百度地圖\MainWindow.xaml
?????文件?????????660??2016-04-26?20:46??百度地圖\百度地圖\MainWindow.xaml.cs
?????目錄???????????0??2016-04-02?22:06??百度地圖\百度地圖\Properties\
?????文件????????2259??2016-04-02?22:06??百度地圖\百度地圖\Properties\AssemblyInfo.cs
?????文件????????2864??2016-04-02?22:08??百度地圖\百度地圖\Properties\Resources.Designer.cs
?????文件????????5612??2016-04-02?22:06??百度地圖\百度地圖\Properties\Resources.resx
?????文件????????1112??2016-04-02?22:08??百度地圖\百度地圖\Properties\Settings.Designer.cs
?????文件?????????201??2016-04-02?22:06??百度地圖\百度地圖\Properties\Settings.settings
?????文件????????1394??2016-04-26?21:53??百度地圖\百度地圖\UserControl1.xaml
?????文件????????1920??2016-04-26?21:53??百度地圖\百度地圖\UserControl1.xaml.cs
?????目錄???????????0??2016-04-02?22:06??百度地圖\百度地圖\bin\
?????目錄???????????0??2016-04-26?21:56??百度地圖\百度地圖\bin\Debug\
?????文件????????5229??2016-04-26?21:55??百度地圖\百度地圖\bin\Debug\BMap.html
?????文件???????13824??2016-04-26?21:53??百度地圖\百度地圖\bin\Debug\百度地圖.exe
?????文件????????5068??2016-04-26?20:45??百度地圖\百度地圖\百度地圖.csproj
?????文件????????1003??2016-04-02?22:06??百度地圖\百度地圖.sln
- 上一篇:C#軟件注冊和注冊機的實現源碼
- 下一篇:WinFormsApp.rar
評論
共有 條評論