MapCopyrightNotice QML Type

맵 저작권 고지 항목은 맵 요소에 대한 현재 유효한 저작권 고지를 표시합니다. 더 보기...

Import Statement: import QtLocation 6.8
Since: QtLocation 5.9

속성

상세 설명

이 객체는 프로그래밍 방식으로 추가 저작권 고지를 배치하는 데 사용할 수 있습니다.

다른 QQuickItem 와 같이 QtLocation::Map 요소 안에 MapCopyrightNotice를 선언할 수 없다는 점에 유의하세요.

이 API는 Qt 5.9에서 기술 프리뷰 버전으로 출시되었습니다.

속성 문서

mapSource : Map

이 속성은 이 공지에 표시된 저작권 데이터를 제공하는 현재 지도 소스를 보유합니다. MapCopyrightNotice 에 저작권을 표시하려면 이 속성이 이 요소의 유일한 데이터 소스이므로 이 속성을 설정해야 합니다.


styleSheet : string

이 속성에는 저작권 고지의 스타일을 지정하는 데 사용되는 현재 css2.1 스타일 시트(HTML 형식인 경우)가 저장됩니다.

예시:

MapCopyrightNotice {
    mapSource: myMap
    styleSheet: "body { color : green; font-family: \"Lucida\"; font-size: 8px} a{ font-size: 8px; color:#A62900}"
}

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.