How does getAltitude() of Android GPS Location Works

后端 未结 5 1807
后悔当初
后悔当初 2020-12-31 23:30

HI

I tried to implement a simple GPS tracker. Therefore is used

lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
lm.requestLocatio         


        
5条回答
  •  没有蜡笔的小新
    2021-01-01 00:00

    This occur where you use the LocationManager.NETWORK_PROVIDER like location provider, ensure that you use LocationManager.GPS_PROVIDER like your favorite Gps Provider.

提交回复
热议问题