For the complete documentation index, see llms.txt. This page is also available as Markdown.

Version 2.2.0

v2.2.0 30-July-2026

Added

  1. 360° Virtual Tour (Pano) APIs. New read APIs serve navigable 360° panoramic tours built from your maps. List pano-enabled maps, fetch a viewer-ready manifest of every node, or request a local navigation "window" around a node or a world position. Including continuous tours that span map versions and MapSets. 360° Virtual Tour (Pano)

  2. Camera Intrinsics API. Estimate a camera's intrinsic parameters (focal length and principal point) from one to five images, with an optional lens-distortion model. Useful as a prior when calibration data isn't available. Camera Intrinsics

  3. Map Scale API. Apply a metric scale factor to a standalone 360 (Insta360) map to correct its real-world scale. Runs asynchronously and updates the map in place. Map Scale

  4. Object upload as a zip package. Object (3D model) uploads are now packaged and uploaded as a .zip, aligning the object upload flow with map uploads. Object Upload

  5. Resumable large-map uploads. Large map uploads can now be paused and resumed instead of restarting from scratch. Create the map with ?resumable=true, and if an upload is interrupted you can list the parts already uploaded, request fresh signed URLs for the remaining parts, and complete the upload, or abort it cleanly. Ideal for large scans on slow or unstable connections. Map Upload

Fixed

  1. Faster, more accurate multi-frame query. The multi-frame query is now more accurate and up to 50% faster. Map Query

  2. More reliable large-file map uploads: interrupted multipart uploads no longer have to be restarted from the beginning. Map Upload

Last updated

Was this helpful?