google-ar / codelab-geospatial

Apache License 2.0
34 stars 34 forks source link

Codelab not showing geo pose as displayed in demo graphic #10

Open sufood opened 2 years ago

sufood commented 2 years ago

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)

MrCsabaToth commented 1 year ago

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