Fix typing errors.

This commit is contained in:
Simon Seyock
2021-08-06 11:07:24 +02:00
parent d6e0eb75fa
commit f636d68cce
4 changed files with 17 additions and 5 deletions

View File

@@ -563,7 +563,7 @@ class PluggableMap extends BaseObject {
* @param {AtPixelOptions} [opt_options] Optional options.
* @return {T|undefined} Callback result, i.e. the return value of last
* callback execution, or the first truthy callback return value.
* @template S,T
* @template T
* @api
*/
forEachFeatureAtPixel(pixel, callback, opt_options) {