Mappedin JS makes use of MapLibre to render the outdoor portion of the map. Mappedin JSexposes 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 this MappedinMapLibreOverlay class. It allows a developer to easily add a Mappedin indoor map to an existing MapLibre based app.
Mappedin JS makes use of MapLibre to render the outdoor portion of the map. Mappedin JSexposes 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 this MappedinMapLibreOverlay class. It allows a developer to easily add a Mappedin indoor map to an existing MapLibre based app.
Use createMapLibreOverlay to instantiate this class.
Refer to the Mappedin MapLibre Overlay for more information and interactive examples.