mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
Comment block update.
This commit is contained in:
7
types/openlayers/index.d.ts
vendored
7
types/openlayers/index.d.ts
vendored
@@ -12503,10 +12503,11 @@ declare module ol {
|
||||
getRotation(): number;
|
||||
|
||||
/**
|
||||
* Get the current zoom level. Return undefined if the current
|
||||
* resolution is undefined or not within the "resolution constraints".
|
||||
* Get the current zoom level. If you configured your view with a resolutions
|
||||
* array (this is rare), this method may return non-integer zoom levels (so
|
||||
* the zoom level is not safe to use as an index into a resolutions array).
|
||||
* @return {number|undefined} Zoom.
|
||||
* @api stable
|
||||
* @api
|
||||
*/
|
||||
getZoom(): number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user