车辆追踪系统/Jan08
我们正在开发具有成本效益的车辆跟踪系统, 据我所知,使用 GPS 跟踪车辆的成本更高。 因此我们正在寻求使用成本更低的GPRS系统进行开发。
我的疑问是只能使用 GPRS 跟踪车辆(根本不使用 GPS) 这是可能的吗?如果我错了,请纠正,如果您有任何文档或链接,它将很有用。
提前致谢, 马赫什
we are developing cost effective vehicle tracking system,
for my knowledge Using GPS to track vehicle costs more.
So we are looking to develop using GPRS system which costs less.
my doubt is can track the vehicle using only GPRS (not using GPS at all)
is this possible .please correct if i am wrong if you any documentation or link it will be useful.
thanks in advance,
Mahesh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不需要确切的位置,您可以使用手机信号塔信息和一些外部 API 来获取每个信号塔的坐标。
这与谷歌在其移动地图应用程序中使用的功能相同。
例子:
http://www.codeproject.com/KB/mobile/DeepCast.aspx
If you don't need an exact location you can use cell tower information and some external api to get the coordinates for each tower.
It's the same function that google uses in their mobile Maps application.
Example:
http://www.codeproject.com/KB/mobile/DeepCast.aspx