Introduction to MapillaryJS
mainMapillaryJS is a client-side JavaScript library designed for building interactive street imagery map experiences. It allows developers to display street-level imagery in a web browser or client and provides tools to augment that experience with custom data.
Core Capabilities
- Interactivity: Smooth navigation (panning, zooming) for both street-level and map cameras.
- Navigation Graph Construction: Uses S2 cell-based graph creation.
- Image Tiling: On-demand, full-resolution image rendering.
- Undistortion: Ensures textures and camera frames are undistorted within a virtual 3D world.
- Spatial Rendering: Supports rendering of point clouds, camera frames, and GPS positions.