goog.provide('ol.IView3D'); /** * Interface for views. * @interface */ ol.IView3D = function() { };