ARCore-Location
ARCore-Location copied to clipboard
locationScene.deviceLocation.currentBestLocation is null
locationScene = new LocationScene(this, this, arSceneView); Location currentBestLocation = locationScene.deviceLocation.currentBestLocation;
currentBestLocation is always null. Do I have to implement my own location handling?
I'm having the same problem.
Same here.. :(