基本信息
源码名称:C#调用百度地图获取经纬度
源码大小:0.40M
文件格式:.zip
开发语言:C#
更新时间:2022-02-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍

C#调用百度地图获取经纬度

C#调用javascript百度地图获取经纬度,C#可以设置初始中心点的位置和标签位置,用户点击鼠标改变标签位置,改变后的标签经纬度被保存的文件中,可以供MFC或VC程序调用。

.
├── C#调用百度地图获取经纬度.zip
└── map
    ├── winMap
    │   ├── DistanceTool_min.js
    │   ├── DrawingManager_min.css
    │   ├── DrawingManager_min.js
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── IndexMap - 副本.html
    │   ├── IndexMap.html
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── DistanceTool_min.js
    │   │   │   ├── DrawingManager_min.css
    │   │   │   ├── DrawingManager_min.js
    │   │   │   ├── IndexMap.html
    │   │   │   ├── jquery-1.3.2.min.js
    │   │   │   ├── png-0003.png
    │   │   │   ├── png-0004.png
    │   │   │   ├── png-0005.png
    │   │   │   ├── test.data
    │   │   │   ├── winMap.exe
    │   │   │   ├── winMap.pdb
    │   │   │   ├── winMap.vshost.exe
    │   │   │   └── winMap.vshost.exe.manifest
    │   │   └── Release
    │   │       ├── DistanceTool_min.js
    │   │       ├── DrawingManager_min.css
    │   │       ├── DrawingManager_min.js
    │   │       ├── IndexMap.html
    │   │       ├── jquery-1.3.2.min.js
    │   │       ├── png-0003.png
    │   │       ├── png-0004.png
    │   │       ├── png-0005.png
    │   │       ├── winMap.exe
    │   │       ├── winMap.pdb
    │   │       ├── winMap.vshost.exe
    │   │       └── winMap.vshost.exe.manifest
    │   ├── jquery-1.3.2.min.js
    │   ├── obj
    │   │   └── x86
    │   │       ├── Debug
    │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
    │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       │   ├── ResGen.read.1.tlog
    │   │       │   ├── ResGen.write.1.tlog
    │   │       │   ├── TempPE
    │   │       │   ├── winMap.Form1.resources
    │   │       │   ├── winMap.Properties.Resources.resources
    │   │       │   ├── winMap.csproj.FileListAbsolute.txt
    │   │       │   ├── winMap.csproj.GenerateResource.Cache
    │   │       │   ├── winMap.exe
    │   │       │   └── winMap.pdb
    │   │       └── Release
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── ResGen.read.1.tlog
    │   │           ├── ResGen.write.1.tlog
    │   │           ├── TempPE
    │   │           ├── winMap.Form1.resources
    │   │           ├── winMap.Properties.Resources.resources
    │   │           ├── winMap.csproj.FileListAbsolute.txt
    │   │           ├── winMap.exe
    │   │           └── winMap.pdb
    │   ├── png-0003.png
    │   ├── png-0004.png
    │   ├── png-0005.png
    │   └── winMap.csproj
    ├── winMap.sln
    └── winMap.suo

12 directories, 65 files