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