C Qt Quick Ultralite map example // Copyright (C) 2025 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial import QtQuick Rectangle { id: root MapContainer { width: 320 height: 320 clip: true anchors.centerIn: parent } }