查看会员资料
用 户 名:Wil****
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
GPS
- 定位服务是通过 getSystemService(Context.LOCATION_SERVICE)代码 获得的,getSystemService 可以获得多种手机服务,定位服务只是其中的一种 而 已 。 locationManager.requestLocationUpdates( gps , 1000, 0, new LocationListener())实现定位服务的注册, 其中 gps 代表这是通过 GPS 提供位置 服务,1000 代表移动距离,0 代表时间间隔,这个两