OptionalannotationsAn array of custom annotations to draw on the map.
OptionalapiMeridian floor ID.
OptionalfloorsSort the floors in the Floor Switcher UI descending in order.
Defaults to false (ascending in order).
OptionalheightHeight of the map (e.g. "100%" or "200px")
OptionalloadSet to false to disable loading placemarks. Defaults to true.
OptionalloadSet to false to disable loading tags. Defaults to true.
This is required for locations without a TAGS SKU license
Meridian location ID.
OptionalmaxMaximum zoom level. Default value is 8 which equals eight times the actual scale of the map.
OptionalminMinimum zoom level. Default value is dynamically calculated and matches the initial map scale (further zooming out is not allowed
OptionalonCalled when the map has been destroyed, either by manually calling map.destroy() or by being automatically destroyed when its DOM is tampered with.
OptionalonCalled after the floor is changed.
OptionalonCalled after the floors list is updated.
OptionalonCalled when the loading state changes.
OptionalonCalled when the user clicks on the map. This is mostly useful as a way of knowing that the user has potentially unfocused a tag or placemark. This is NOT called when the user pans or zooms the map.
OptionalonCalled when a placemark is clicked. Use event.preventDefault() to prevent
the default dialog from appearing.
OptionalonCalled when tags on the current floor are updated. allPlacemarks is every
placemark on the current floor, even ones not shown on the map.
filteredPlacemarks is only the tags shown on the map (i.e. it respects
showHiddenPlacemarks and filter).
OptionalonCalled when a tag is clicked. Use event.preventDefault() to prevent the
default dialog from appearing.
OptionalonCalled when tags on the current floor are updated. allTags is every tag
on the current floor, even ones not shown on the map. filteredTags is
only the tags shown on the map (i.e. it respects showControlTags and
filter).
OptionaloverlaysAn array of custom overlays to draw on the map.
OptionalplacemarksOptions related to placemarks.
OptionalshouldSee restrictedPanZoom.
OptionalshowShould we show the floor switcher UI control? Defaults to true.
OptionalshowShould we show the Search UI control? Defaults to true.
OptionaltagsOptions related to tags.
OptionalwidthWidth of the map (e.g. "100%" or "300px").
Options passed to createMap.