codelab-geospatial
codelab-geospatial copied to clipboard
Codelab not showing geo pose as displayed in demo graphic
Codelab is not showing geo pose tracking text as indicated in the codelab demo graphic in https://developers.google.com/ar/develop/java/geospatial/codelab#2
To fix you need to add the following line into the section labelled "Display positioning information on the map" activity.view.updateStatusText(earth, cameraGeospatialPose)
Isn't this #3 (PR https://github.com/google-ar/codelab-geospatial/pull/4 merged)? There's BTW PR https://github.com/google-ar/codelab-geospatial/pull/5 too