Articles in this section
Category / Section

What is the purpose of the API "isBingMapRequired" in embedding a dashboard?

Published:

The API isBingMapRequired is a boolean member that aids in handling the download of Bing Map essential files during the rendering of embedded dashboard with Bing Map.

Steps to handle Bing Map essential files:

In the BoldBI.create() method, add the isBingMapRequired API member and set its value as false if you want to restrict the downloading of Bing Map essential files, when you don't have Bing Map in the embedded dashboard. This results in improved performance and reduced page load time.


   var dashboard = BoldBI.create({
                           isBingMapRequired: false,
                           });
                       dashboard.loadDashboard();
If you have the Bing Map widget in your embedded dashboard, it is mandatory to assign isBingMapRequired property as true. This will ensure that the Bing Map essential files are downloaded.

   var dashboard = BoldBI.create({
                            isBingMapRequired: true,
                             });
                        dashboard.loadDashboard();
Additional reference:


Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
SM
Written by Soundarya Mani Meharan
Updated:
Comments (0)
Please  to leave a comment
Access denied
Access denied