goog.provide('ol.IView3D'); /** * Interface for views. * @interface */ ol.IView3D = function() { }; /** * @return {boolean} Is defined. */ ol.IView3D.prototype.isDef = function() { };