Преглед на файлове

Add API method to check if a panorama is loaded.

pull/338/head
Matthew Petroff преди 8 години
родител
ревизия
685e89b2e4
променени са 1 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. +10
    -0
      src/js/pannellum.js

+ 10
- 0
src/js/pannellum.js Целия файл

@@ -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.
* @memberof Viewer
* @instance


Зареждане…
Отказ
Запис