Deprecate map.forEachLayerAtPixel()

This commit is contained in:
Tim Schaub
2022-02-08 18:30:45 -07:00
parent bd86639351
commit 093f64c07d
2 changed files with 5 additions and 0 deletions

View File

@@ -710,6 +710,7 @@ class PluggableMap extends BaseObject {
* callback execution, or the first truthy callback return value.
* @template S,T
* @api
* @deprecated
*/
forEachLayerAtPixel(pixel, callback, opt_options) {
if (!this.frameState_) {