2024年6月3日发(作者:)

本代码实现GPS定位,并定时在界面上呈现定位的精度以及在用卫星数量。

布局代码如下:

xmlns:tools="/tools"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical" >

android:id="@+id/showtv"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:text="GPS经纬度获取服务,每60秒界面更新一次数据,而后台GPS更新服务是每30秒更新一次GPS数据" />

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_marginTop="8dp"

android:gravity="center"

android:orientation="horizontal" >