When should I use ACCESS_COARSE_LOCATION permission?

后端 未结 5 999
抹茶落季
抹茶落季 2021-01-31 13:31

I am building an Android app that will track the user\'s geolocation and draw their route on a map.

I am using the Google Play Services location API, as described here.<

5条回答
  •  误落风尘
    2021-01-31 13:56

    In simple word ACCESS_FINE_LOCATION gives you better and accurate location and ACCESS_COARSE_LOCATION gives you less accurate location.

提交回复
热议问题