rename external methods to API names

This commit is contained in:
Tobias Kohr
2019-09-24 18:13:57 +02:00
parent 182ed012e2
commit 8c4937170b
8 changed files with 18 additions and 18 deletions

View File

@@ -386,7 +386,7 @@ class Extent extends PointerInteraction {
* @return {import("../extent.js").Extent} Drawn extent in the view projection.
* @api
*/
getExtentExternal() {
getExtent() {
return toUserExtent(this.getExtentInternal(), this.getMap().getView().getProjection());
}