@here/harp-mapview
Version:
Functionality needed to render a map.
16 lines • 528 B
JavaScript
;
/*
* Copyright (C) 2019-2021 HERE Europe B.V.
* Licensed under Apache 2.0, see full license in LICENSE
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextElementGroup = void 0;
const harp_utils_1 = require("@here/harp-utils");
/**
* Group of {@link TextElement} sharing same priority.
*/
class TextElementGroup extends harp_utils_1.PriorityListGroup {
}
exports.TextElementGroup = TextElementGroup;
//# sourceMappingURL=TextElementGroup.js.map