资源简介
利用Google Map API,通过手机基站信息查询基站地址,能够获取基站的经纬度,并用GoogleMap显示出来。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Net;
using System.IO;
using GoogleLoc.Location;
using System.Windows.Forms;
namespace GoogleLoc
{
public partial class Form1 : Form
{
private const string Google_Mobile_Service_Uri = “http://www.google.com/glm/mmap“;
//从文件加载CellId信息的数组Cells和条目标志位cellNo
List Cells = new List();
int cellNo = -1;
public Form1()
{
InitializeComponent();
}
///
/// 规范数据
///
///
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 960 2010-03-16 16:08 Location\CellTower.cs
文件 7234 2010-03-08 12:31 Location\CellTowerLocationProvider.cs
文件 4119 2010-03-16 16:08 Location\GeoLocation.cs
文件 2586 2010-03-08 12:11 Location\GpsLocationProvider.cs
文件 262 2010-03-08 12:28 Location\ILocationProvider.cs
文件 810 2010-03-17 14:33 obj\Debug\GoogleLoc.csproj.FileListAbsolute.txt
文件 847 2010-03-17 13:16 obj\Debug\GoogleLoc.csproj.GenerateResource.Cache
文件 19968 2010-03-17 13:45 obj\Debug\GoogleLoc.exe
文件 180 2010-03-17 13:16 obj\Debug\GoogleLoc.Form1.resources
文件 36352 2010-03-17 13:45 obj\Debug\GoogleLoc.pdb
文件 180 2010-03-16 16:10 obj\Debug\GoogleLoc.Properties.Resources.resources
文件 4608 2010-03-17 10:14 obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 1063 2010-03-16 16:01 obj\Debug\WindowsFormsApplication2.csproj.FileListAbsolute.txt
文件 847 2010-03-09 11:08 obj\Debug\WindowsFormsApplication2.csproj.GenerateResource.Cache
文件 180 2010-03-09 11:08 obj\Debug\WindowsFormsApplication2.Form1.resources
文件 1430 2010-03-16 16:08 Properties\AssemblyInfo.cs
文件 2842 2010-03-16 16:09 Properties\Resources.Designer.cs
文件 5612 2010-03-08 10:32 Properties\Resources.resx
文件 1107 2010-03-16 16:09 Properties\Settings.Designer.cs
文件 249 2010-03-08 10:32 Properties\Settings.settings
文件 12701 2010-03-17 13:45 Form1.cs
文件 13934 2010-03-17 13:16 Form1.Designer.cs
文件 6017 2010-03-17 13:16 Form1.resx
文件 5292 2010-03-16 16:10 GoogleLoc.csproj
文件 547 2010-03-16 16:10 GoogleLoc.csproj.user
文件 481 2010-03-16 16:08 Program.cs
目录 0 2010-03-17 10:14 obj\Debug\TempPE
目录 0 2010-03-17 13:45 obj\Debug
目录 0 2010-03-16 16:08 Location
目录 0 2010-03-08 10:32 obj
............此处省略4个文件信息
相关资源
- 经纬度在范围内外判断
- ditutouyym
- 423563 坐标转换
- aspose.cellsC#按模版导出Excel
- C#通过经纬度进行定位百度地图
- Exif读取JPG图片信息+经纬度 ASP.NET
- C#调用高德地图api解析经纬度源码
- 源码:高德 根据经纬度获取详细地址位
- C#导入导出Excel基于Aspose.Cells.dll
- C# 根据经纬度获取地址(城市名)信
- C#调用微信jssdk(实现了获取当前地址
- Aspose.Cells 导出excel (C#)
- 中国城市 省市县经纬度xm<x>l数据
- C# 实现IP定位并获取经纬度坐标
- c# Excel 比对基于Aspose.Cells和Microsoft.
- C#高德地图经纬度解析地址
- C# GMAP使用百度地图实现根据经纬度定
评论
共有 条评论