Android入门之GPS定位详解
一、LocationManagerLocationMangager,位置管理器。要想操作定位相关设备,必须先定义个LocationManager。LocationMangerlocationManager=(LocationManager)this.getSystemService(Context.LOCATION_SERVICE);二、LocationListenerLocationListener,位置监听,监听位置变化,监听设备开关与状态。//定义 ...