当前位置: 首页 >> Tag标签为 '定位'

gpsd-2.95的bug(gpsd.php json_decode error)

gpsd自带一个php程序,只要有php和php-gd就可以生成这样的界面:http://www.rjsystems.nl/gpsd/,可惜当我使用2.95版本的时候,却遇到了错误,按照INSTALL的方法把gpsd.php复制到web目录下,却发现json_decode error。

Read the rest of this entry »

Google Gears GeolocationAPI

详见:http://code.google.com/p/gears/wiki/GeolocationAPI

使用方法:curl -d ‘{”version”: “1.1.0″,”host”: “maps.google.com”,”home_mobile_country_code”:310,”home_mobile_network_code”: 410,”radio_type”: “gsm”,”carrier”: “Vodafone”,”request_address”: true,”address_language”: “en_GB”,”location”: {”latitude”: 51.0,”longitude”: -0.1},”cell_towers”: [{ "cell_id": "42", "location_area_code": 415,"mobile_country_code": 310,"mobile_network_code": 410,"age": 0,"signal_strength": -60,"timing_advance": 5555},{"cell_id": "88","location_area_code": 415,"mobile_country_code": 310,"mobile_network_code": 580,"age": 0,"signal_strength": -70,"timing_advance": 7777}],”wifi_towers”: [{"mac_address": "01-23-45-67-89-ab","signal_strength": 8,"age": 0},{"mac_address": "01-23-45-67-89-ac","signal_strength": 4,"age": 0}]}’ http://www.google.com/loc/json

非必须的可以省略不提交。

黑莓手机使用技巧之基站定位-SignalLoc篇

在“黑莓手机使用技巧之基站定位-Google Maps篇”中已经谈到过使用Google Maps定位,但是使用Google Maps定位的缺点就是比较费流量(地图都是直接从网上下载的),目前Google Maps也不提供记录轨迹功能,在某些时候(比如你从A城市到B城市出差),你不可能一直开着Google Maps,用眼睛盯着屏幕看自己的运动轨迹到底是怎么样的,这样你忍受不了,手机的电池受不了,更重要的是你的GPRS费用受不了,那么接下来我向你介绍一款省电、不费GPRS流量的轨迹记录软件。

Read the rest of this entry »

Google地图的WIFI定位技术

发本文的目的不在于探讨Google地图WIFI定位技术的原理,也不去研究Google是如何通过WIFI定位的,也不去管Google是如何收集这些WIFI接入点的信息,我只是想验证一下Google地图定位是否结合了IP定位技术。

Read the rest of this entry »