You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StyleImageInterface defined on style/style_image.js is different from the version documented on the same file. The return type for the render() function is implemented as void but documented as boolean, which looks like the correct return type.
* @function
* @memberof StyleImageInterface
* @instance
* @name render
* @return {boolean} `true` if this method updated the image. `false` if the image was not changed.
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version: Master
The
StyleImageInterface
defined on style/style_image.js is different from the version documented on the same file. The return type for therender()
function is implemented asvoid
but documented asboolean
, which looks like the correct return type.The text was updated successfully, but these errors were encountered: