Fix return type of ol.Map#getView
This commit is contained in:
+1
-1
@@ -661,7 +661,7 @@ goog.exportProperty(
|
|||||||
/**
|
/**
|
||||||
* Get the view associated with this map. This can be a 2D or 3D view. A 2D
|
* Get the view associated with this map. This can be a 2D or 3D view. A 2D
|
||||||
* view manages properties such as center and resolution.
|
* view manages properties such as center and resolution.
|
||||||
* @return {ol.View} View.
|
* @return {ol.View|undefined} View.
|
||||||
* @todo stability experimental
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.Map.prototype.getView = function() {
|
ol.Map.prototype.getView = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user