(baseUrl, options)
| 2979 | } |
| 2980 | |
| 2981 | getBounds(baseUrl, options) { |
| 2982 | if (!baseUrl) { |
| 2983 | return Promise.resolve(null); |
| 2984 | } |
| 2985 | return this._fetchRequest(baseUrl, 'json', options); |
| 2986 | } |
| 2987 | |
| 2988 | _getBoundList(res) { |
| 2989 | if (res && res.bounds) { |
no test coverage detected