0.6.0 - ARCore 1.31.0
-
ARCore Geospatial API
The new ARCore Geospatial API utilizes data from Google Earth 3D models and Street View image data from Google Maps to enable your app for immersive, global-scale, location-based augmented
reality experiences.- Earth provides localization ability in geospatial coordinates.
Earth.createAnchor() creates a new Anchor at the specified latitude, longitude, altitude, and orientation. - Earth.Earthstate describes the current state of Earth, including its TrackingState.
- GeospatialPose describes a specific latitude, longitude, altitude, and compass heading.
- Earth provides localization ability in geospatial coordinates.
-
ARCore Depth API improvements
The maximum range of Depth measurements has increased from 8191mm to 65535mm. The Depth API now uses all 16-bits to represent depth, where previously only 13 bits were used for depth values.