Update API docs for modified behavior.

This commit is contained in:
ahocevar
2018-04-23 08:49:38 +02:00
parent 2719baa0f6
commit d6409f55cf

View File

@@ -31,7 +31,9 @@ const COORDINATE_FORMAT = 'coordinateFormat';
* callback.
* @property {Element|string} [target] Specify a target if you want the
* control to be rendered outside of the map's viewport.
* @property {string} [undefinedHTML=''] Markup for undefined coordinates.
* @property {string} [undefinedHTML=''] Markup for undefined coordinates. If
* `undefined`, then the last pointer position is retained when the pointer
* moves outside the viewport.
*/