geopath QML Value Type

지오패스 유형은 지리적 경로를 나타냅니다. 더 보기...

Import Statement: import QtPositioning

상세 설명

geopath 유형은 지리적 경로를 나타내는 geoshape 입니다. QGeoPath 의 직접 표현이며 경로에 지리적 좌표 목록이 있는 path 으로 정의됩니다.

경로가 비어 있으면 유효하지 않은 것으로 간주됩니다.

C++와 통합할 때 C++에서 QML로 전달된 QGeoPath 값은 자동으로 geopath 값으로 변환되며, 그 반대의 경우도 마찬가지입니다.

속성

path

이 속성에는 경로를 정의하는 좌표 목록이 저장됩니다.

width

이 속성은 경로의 너비를 미터 단위로 저장합니다. 이 속성은 현재 contains() 메서드를 호출할 때만 사용됩니다.

너비의 기본값은 0입니다.

© 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.