Release notes
[1.1.0] - 2025-14-08
Added
Location Creation: You can now create new locations using
solutionManager.createLocation().Location Deletion: Locations can now be deleted using the
delete()method on aLocationEditorinstance.LocationEditor Events:- New
saveanddeleteevents are now dispatched upon successful location save and deletion, respectively.Floor Management: Added
setFloor()andgetFloor()methods toLocationEditor.External ID Management: Added
setExternalId()andgetExternalId()methods toLocationEditorfor setting, updating, and retrieving a location's external ID. This allows linking MapsIndoors locations with external systems or identifiers.
Changed
Enhanced
MapsIndoorsEditor.getAvailableSolutions(): This method now returns aPromise<Solution[]>with a more clearly definedSolutioninterface, improving type safety and predictability.Updated
SolutionManager.locationTypes: ThelocationTypesproperty now returns aMap<string, Type>, whereTypeis a newly defined interface, providing a more structured representation of location types.
[1.0.0] - 2025-04-01
Added
Real-time Visual Preview: Users can now instantly see changes reflected in the visual preview as they make them.
Map Interaction: Implemented drag-and-drop functionality to easily move locations on the map.
Synchronized Movement: Connected 2D and 3D models now move together seamlessly, maintaining synchronization.
POI and Area Manipulation: Users can now move and rotate points of interest (POIs) and areas (excluding rooms).
Location Metadata Editing: Added the ability to update metadata, including names and descriptions for POIs, rooms, and areas.
Last updated
Was this helpful?