Function createMapLibreOverlay

Mappedin JS makes use of MapLibre to render the outdoor portion of the map. Mappedin JS exposes this layer through MapView.OutoorMap and can be used to add additional layers as described in the Outdoor Map Guide.

It is also possible to utilize the opposite architecture, by adding a MapView to a MapLibre Map. This is accomplished by using MappedinMapLibreOverlay class. It allows a developer to easily add a Mappedin indoor map to an existing MapLibre based app.

Refer to the Mappedin MapLibre Overlay for more information and interactive examples.