dat-ng / ar-location-based-android

This AR app generally show where things are in the real-world by indicating where the app thinks they are over the camera view when the user holds the phone up and moves it about.
MIT License
203 stars 85 forks source link

Use FusedLocationProviderApi of Google Play Services #7

Open nhoxbypass opened 6 years ago

nhoxbypass commented 6 years ago

Can you tell me why we need to use LocationManager of Android framework instead of the optimized FusedLocationProviderApi of Google Play Services?

I think the Fused one will better and consume less energy than the old LocationManager?