基本信息
源码名称:C#编写的Google Map客户端的例子,对使用Google Map有很好的帮助
源码大小:1.74M
文件格式:.rar
开发语言:C#
更新时间:2023-07-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#编写的Google Map客户端的例子,对使用Google Map有很好的帮助
很多人都知道Google Map,但是在使用时都需要在Web上使用,程序是使用C#开发的本地使用Google Map的客户端程序,同时具备数据库,Google Map显示的标记以及标记信息完全存放在本地数据库中,单击数据库中的信息,...


文件清单
└── gmap for winform
    ├── gmap for winform
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── gmap for winform.exe
    │   │   │   ├── gmap for winform.pdb
    │   │   │   ├── gmap for winform.vshost.exe
    │   │   │   ├── gmap for winform.vshost.exe.manifest
    │   │   │   ├── GoogleMap1.html
    │   │   │   ├── GPS.txt
    │   │   │   └── Location.mdb
    │   │   └── Release
    │   │       ├── gmap for winform.exe
    │   │       ├── gmap for winform.pdb
    │   │       ├── gmap for winform.vshost.exe
    │   │       ├── gmap for winform.vshost.exe.manifest
    │   │       ├── GoogleMap1.html
    │   │       ├── GPS.txt
    │   │       └── Location.mdb
    │   ├── DataBase
    │   │   ├── AccessDB.cs
    │   │   └── IDataBase.cs
    │   ├── Form1.cs
    │   ├── Form1.Designer.cs
    │   ├── Form1.resx
    │   ├── Globe.ico
    │   ├── gmap for winform.csproj
    │   ├── GoogleMap1.html
    │   ├── GPS.txt
    │   ├── Location.mdb
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── gmap for winform.csproj.FileListAbsolute.txt
    │   │   │   ├── gmap for winform.csproj.GenerateResource.Cache
    │   │   │   ├── gmap for winform.exe
    │   │   │   ├── gmap for winform.pdb
    │   │   │   ├── gmap_for_winform.Properties.Resources.resources
    │   │   │   ├── gmap_for_winform.wfGMap.resources
    │   │   │   ├── Refactor
    │   │   │   └── TempPE
    │   │   └── Release
    │   │       ├── gmap for winform.csproj.FileListAbsolute.txt
    │   │       ├── gmap for winform.csproj.GenerateResource.Cache
    │   │       ├── gmap for winform.exe
    │   │       ├── gmap for winform.pdb
    │   │       ├── gmap_for_winform.Properties.Resources.resources
    │   │       ├── gmap_for_winform.wfGMap.resources
    │   │       └── TempPE
    │   ├── Program.cs
    │   └── Properties
    │       ├── AssemblyInfo.cs
    │       ├── Resources.Designer.cs
    │       ├── Resources.resx
    │       ├── Settings.Designer.cs
    │       └── Settings.settings
    ├── gmap for winform.sln
    └── gmap for winform.suo

13 directories, 44 files