Open sudoTAK opened 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?
I'm having the same problem.
Same here.. :(
locationScene = new LocationScene(this, this, arSceneView); Location currentBestLocation = locationScene.deviceLocation.currentBestLocation;
currentBestLocation is always null. Do I have to implement my own location handling?