> For the complete documentation index, see [llms.txt](https://docs.mapsindoors.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mapsindoors.com/sdks-and-frameworks/built-in-map-edits/release-notes.md).

# 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 a `LocationEditor` instance.
* **LocationEditor Events**:- New `save` and `delete` events are now dispatched upon successful location save and deletion, respectively.
* **Floor Management**: Added `setFloor()` and `getFloor()` methods to `LocationEditor`.
* **External ID Management**: Added `setExternalId()` and `getExternalId()` methods to `LocationEditor` for 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 a `Promise<Solution[]>` with a more clearly defined `Solution` interface, improving type safety and predictability.
* **Updated `SolutionManager.locationTypes`**: The `locationTypes` property now returns a `Map<string, Type>`, where `Type` is 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mapsindoors.com/sdks-and-frameworks/built-in-map-edits/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
