setup Map
Call this method after your receive your Map object containing data from the VMD files. This method MUST be called before interacting with the map (e.g. changing floors, finding directions, etc.). This will load all style layers, icons, labels, etc. for the floors provided. The default building &floors will be used, and default icons/fonts, styles etc.
Parameters
The Map object that contains data from the VMD file.
The ID of your venue.
The base path for all of the map tiles. It requires subfolders that are named vector_tiles and vector_common.
Parameters
Deprecated
Use setupMap
Parameters
The Map object that contains data from the VMD file.
Your custom styling.
The ID of your venue.
The initial building.
The initial floor.
The initial outdoor floor
The base url for the icons.
The base url for the fonts.
The base url for the tiles.
The base url for the common vector tiles.
Deprecated
Call this method after your receive your Map object containing data from the VMD files. This method MUST be called before interacting with the map (e.g. changing floors, finding directions, etc.). This will load all style layers, icons, labels, etc. for the floors provided. It will also load the visuals that do not change with the floor (i.e. outdoor layers).
Parameters
The Map object that contains data from the VMD file.
Your custom styling.
The ID of your venue.
The initial building.
The initial floor.
The initial outdoor floor
The base url for the icons.
The base url for the fonts.
The base url for the tiles.
The base url for the common vector tiles.