Bladeren bron

Add API method to check if a panorama is loaded.

pull/338/head
Matthew Petroff 8 jaren geleden
bovenliggende
commit
685e89b2e4
1 gewijzigde bestanden met toevoegingen van 10 en 0 verwijderingen
  1. +10
    -0
      src/js/pannellum.js

+ 10
- 0
src/js/pannellum.js Bestand weergeven

@@ -2136,6 +2136,16 @@ function escapeHTML(s) {
} }


/** /**
* Checks whether or not a panorama is loaded.
* @memberof Viewer
* @instance
* @returns {boolean} `true` if a panorama is loaded, else `false`
*/
this.isLoaded = function() {
return loaded;
};

/**
* Returns the pitch of the center of the view. * Returns the pitch of the center of the view.
* @memberof Viewer * @memberof Viewer
* @instance * @instance


Laden…
Annuleren
Opslaan