https://github.com/google-ar/codelab-geospatial
https://github.com/google-ar/codelab-geospatial
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/google-ar/codelab-geospatial
- Owner: google-ar
- License: apache-2.0
- Archived: true
- Created: 2022-05-10T23:40:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T06:21:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T00:32:25.030Z (11 months ago)
- Language: Java
- Size: 718 KB
- Stars: 35
- Watchers: 7
- Forks: 36
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ARCore Geospatial Codelab project
This repository contains the template used for the [ARCore Geospatial API Codelab](https://developers.google.com/ar/develop/geospatial/java/codelab#0).
This repository contains the following branches:
* `main`, the starting point of the Codelab;
* `step-position-user`, corresponding to the code that you should have at the end of [step 3: Determine the user's position](https://developers.google.com/ar/develop/geospatial/java/codelab#2);
* `step-place-anchor`, corresponding to the code that you should have at the end of [step 4: Place an anchor using Earth coordinates](https://developers.google.com/ar/develop/geospatial/java/codelab#2).
If you get stuck at any point in the Codelab, use `git checkout step-position-user` or `git checkout step-place-anchor` to check out the correct code so you can move on.
## License
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.