文件名称:運用基站號碼去google查詢相對應位置座標的程式
-
所属分类:
- 标签属性:
- 上传时间:2011-02-17
-
文件大小:539.96kb
-
已下载:3次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
運用基站號碼去google查詢相對應位置座標的程式 如果你在你的手机装过Google Mobile Maps,你可以发现只要你的手机能连GPRS,即使没有GPS功能,也能定位到你手机所在位置,只是精度不是很精确。在探讨这个原理之前,先让我们了解一下一些移动知识,了解什么是MNC/MCC/LAC/Cell ID。 "Mobile Network Code (MNC) 移动网号码,中国联通CDMA系统的MNC为03,中国移动的应该为00。 "Mobile Country Code (MCC) 移动用户所属国家代号,中国是:460。 "Location Area Code (LAC) 地区区域码,用来划分区域,一般小地方就一个LAC,大地方就有多几个。 "Cell Tower ID (Cell ID) CellID代表一个移动基站,如果你有基站数据,查CellID你就可以知道这个基站在哪里,移动公司或者警察通过这个知道你是在哪个基站范围打的移动电话。 这些信息有什么用呢? 通过这些信息可以知道你的手机是从哪个国家,区域和哪个基站接入移动网络的。所以有些防盗手机丢失后,会发一些类似"MCC:460;MNC:01;LAC:7198:CELLID:24989"内容的短信到你指定号码就是这个用途,通过这些信息可以从移动查到你的被盗手机在哪里出现过。不过知道了也没用,中国人口这么密集,就是在你身边你也不知道谁是小偷:) 这些信息从哪里来呢,一般的手机系统都提供相应的API来获取这些信息(Tower Info),比如Window SmartPhone 或Mobile就是通过RIL.dll里的API来取得,每个手机操作系统不一样,相关的信息可以查相关资料。 得到了这些信息,如果没有基站信息表,得到了这些信息也不知道在哪,因为只有移动运营商有相关的信息,除非你是运营商或者警察才能得到这些信息。是不是我们就查不到相应的数据呢,当然不是,强大的Google就有,这里就要提到Google Mobile Maps API,里面囊括了比较全的基站信息,中国的也有,就是偏远地区的有没有就不知道了。Google Mobile Maps本身就是使用的这些信息,感兴趣可以试一试,没有GPS模块也能定位到你手机位置,但精度不大,取决于基站的位置离你多远。 同样我们自己也可以开发相应的手机应用来定位,只要调用Google现成的API(Secret AP
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : source.zip 列表 DeepCast/DeepCast.sln DeepCast/DeepCast.suo DeepCast/DeepCast/ DeepCast/DeepCast/bin/ DeepCast/DeepCast/bin/Debug/ DeepCast/DeepCast/bin/Debug/DeepCast.exe DeepCast/DeepCast/bin/Debug/FreshTracks.exe DeepCast/DeepCast/bin/Debug/Microsoft.WindowsMobile.dll DeepCast/DeepCast/bin/Debug/Microsoft.WindowsMobile.PocketOutlook.dll DeepCast/DeepCast/bin/Debug/Microsoft.WindowsMobile.PocketOutlook.xml DeepCast/DeepCast/bin/Debug/Microsoft.WindowsMobile.Samples.Location.dll DeepCast/DeepCast/bin/Debug/Microsoft.WindowsMobile.xml DeepCast/DeepCast/bin/Debug/Settings.xml DeepCast/DeepCast/bNb.Sec.dll DeepCast/DeepCast/DeepCast.csproj DeepCast/DeepCast/DeepCast.csproj.user DeepCast/DeepCast/GeoService.cs DeepCast/DeepCast/IRunnable.cs DeepCast/DeepCast/Location/ DeepCast/DeepCast/Location/CellTower.cs DeepCast/DeepCast/Location/CellTowerLocationProvider.cs DeepCast/DeepCast/Location/GeoLocation.cs DeepCast/DeepCast/Location/GpsLocationProvider.cs DeepCast/DeepCast/Location/ILocationProvider.cs DeepCast/DeepCast/LocationManager.cs DeepCast/DeepCast/Microsoft.WindowsMobile.Samples.Location.dll DeepCast/DeepCast/OpenNETCF.dll DeepCast/DeepCast/Program.cs DeepCast/DeepCast/Properties/ DeepCast/DeepCast/Properties/AssemblyInfo.cs DeepCast/DeepCast/Properties/Resources.Designer.cs DeepCast/DeepCast/Properties/Resources.resx DeepCast/DeepCast/README.txt DeepCast/DeepCast/Services/ DeepCast/DeepCast/Services/FireEagle/ DeepCast/DeepCast/Services/FireEagle/FireEagleUpdateService.cs DeepCast/DeepCast/Services/InternalServices/ DeepCast/DeepCast/Services/InternalServices/LocationImageService.cs DeepCast/DeepCast/Services/InternalServices/LocationTextService.cs DeepCast/DeepCast/Services/Twitter/ DeepCast/DeepCast/Services/Twitter/TwitterService.cs DeepCast/DeepCast/Services/YOUR SERVICE HERE/ DeepCast/DeepCast/Services/YOUR SERVICE HERE/YOURSERVICEHERE.cs DeepCast/DeepCast/Settings.xml DeepCast/DeepCast/UI/ DeepCast/DeepCast/UI/FireEagleForm.cs DeepCast/DeepCast/UI/FireEagleForm.Designer.cs DeepCast/DeepCast/UI/FireEagleForm.resx DeepCast/DeepCast/UI/MainForm.cs DeepCast/DeepCast/UI/MainForm.Designer.cs DeepCast/DeepCast/UI/MainForm.resx DeepCast/DeepCast/UI/TwitterForm.cs DeepCast/DeepCast/UI/TwitterForm.Designer.cs DeepCast/DeepCast/UI/TwitterForm.resx DeepCast/DeepCast/Utility/ DeepCast/DeepCast/Utility/GoogleMapsCellService.cs DeepCast/DeepCast/Utility/HmacSha1.cs DeepCast/DeepCast/Utility/OpenCellIdService.cs DeepCast/DeepCast/Utility/Settings.cs DeepCast/DeepCast/Utility/TinyUrlService.cs DeepCast/DeepCast/Utility/Utility.cs DeepCast/DeepCastCab/ DeepCast/DeepCastCab/Debug/ DeepCast/DeepCastCab/Debug/CabWiz.log DeepCast/DeepCastCab/Debug/DeepCastCab.CAB DeepCast/DeepCastCab/Debug/DeepCastCab.inf DeepCast/DeepCastCab/DeepCastCab.vddproj DeepCast/Microsoft.Wireless/ DeepCast/Microsoft.Wireless/bin/ DeepCast/Microsoft.Wireless/bin/Debug/ DeepCast/Microsoft.Wireless/Microsoft.Wireless.csproj DeepCast/Microsoft.Wireless/Properties/ DeepCast/Microsoft.Wireless/Properties/AssemblyInfo.cs DeepCast/Microsoft.Wireless/Sms.cs
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.