Web SDK & React SDK v6.0.1-beta.5 Release Notes

v6.0.1-beta.5

October 9, 2024

Features

  • Added image texture properties to updateState().
  • Added MapView.enableDebug() for inspecting map elements.
  • Added validation for new Labels and Markers.
  • Added MapView.Images API for adding images to the map.
  • Added support for multi-languages and enterprise data.
  • Added support for visible doors.
import { DOORS } from '@mappedin/mappedin-js';


mapView.updateState(DOORS.Interior, {
    visible: true
});

mapView..updateState(DOORS.Exterior, {
    visible: true
});

Fixes

  • Fixed a false warning when outdoor view is disabled.
  • Fixed the Floor.name value in enterprise maps.
  • Fixed the camera panning action during zoom while in Stacked Maps.