geoPolygon QML Value Type
geoPolygon型は地理的な多角形を表す。詳細...
Import Statement: | import QtPositioning |
プロパティ
- path : list<geoCoordinate>
詳細説明
geoPolygon型は、地理的な多角形を表すgeoShape 。これはQGeoPolygon の直接表現であり、多角形の geoCoordinates のリストを保持するpath で定義される。
多角形のパスの座標が3つ未満の場合、多角形は無効とみなされる。
C++ と統合する場合、QML に渡されたQGeoPolygon の値は自動的に geoPolygon に変換され、その逆も同様であることに注意してください。
プロパティ Documentation
path : list<geoCoordinate> |
このプロパティはポリゴンを定義する座標のリストを保持する。
© 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.