appoly / ARCore-Location

Allows items to be placed within the AR world with real-world GPS coordinates using ARCore.
https://www.appoly.co.uk/arcore-location/
MIT License
478 stars 154 forks source link

locationScene.deviceLocation.currentBestLocation is null #78

Open sudoTAK opened 5 years ago

sudoTAK commented 5 years ago

locationScene = new LocationScene(this, this, arSceneView); Location currentBestLocation = locationScene.deviceLocation.currentBestLocation;

currentBestLocation is always null. Do I have to implement my own location handling?

MaryRemillard commented 5 years ago

I'm having the same problem.

ultimate2106 commented 4 years ago

Same here.. :(