Wrld.map.indoorMapFloorOutlines

Events

IndoormapFloorOutlineInformation interaction events may be subscribed to by using event methods on this object. For more information about Leaflet events, see Event objects.

For example:

function onIndoormapFloorOutlineInformationLoaded(event) {
    console.log("The IndoormapFloorOutlineInformation has changed for id: " + event.indoorMapFloorOutlineInformation.getId());
}

map.indoorMapFloorOutlines.on("indoormapflooroutlineinformationloaded", onIndoormapFloorOutlineInformationLoaded);

The following events are supported.

Event Data Description
indoormapflooroutlineinformationloaded IndoorMapFloorOutlineInformationLoadedEvent Fired when an indoor map floor outline has finished loading.

Event objects

IndoorMapFloorOutlineInformationLoadedEvent

property type description
indoorMapFloorOutlineInformation IndoormapFloorOutlineInformation The IndoormapFloorOutlineInformation object that has finished loading
v1.1.0
Props Wrld.Prop
Themes Wrld.themes
Heatmaps Wrld.Heatmap
Events Event objects
Services (Optional) WrldPoiApi