geoPath QML Value Type
geoPath型は地理的なパスを表します。詳細...
| Import Statement: | import QtPositioning |
プロパティ
詳細な説明
geoPath型は、地理的なパスを表すgeoShape 。これはQGeoPath の直接表現であり、パスのジオ座標のリストを保持するpath に関して定義される。
パ ス が空であ る と 無効 と 見な さ れます。
C++ と統合する場合、C++ から QML に渡されたQGeoPath の値は自動的に geoPath の値に変換され、その逆も同様であることに注意。
プロパティドキュメント
path : list<geoCoordinate>
このプロパティは、パスを定義する座標のリストを保持する。
width : real
このプロパティは、パスの幅をメートル単位で保持する。これは現在、contains() メソッドを呼び出すときにのみ使用されます。
幅のデフォルト値は 0 です。
© 2026 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.