CoordinateAnimation QML Type
지리적 좌표 속성은 PropertyAnimation. 더 보기...
Import Statement: | import QtPositioning |
Inherits: |
속성
자세한 설명
두 개의 coordinates 사이의 애니메이션을 정의하는 특수 PropertyAnimation.
기본적으로 coordinate 의 latitude 은 해당 좌표 사이의 최단(측지) 거리 방향으로 애니메이션이 적용됩니다. CoordinateAnimation은 메르카토르 지도 투영을 사용하므로 latitude 애니메이션은 항상 -90도에서 90도 사이입니다. longitude 애니메이션 경로는 제한되지 않으며 서쪽 및 동쪽 방향 모두 180도 이상 이동할 수 있습니다.
direction 속성을 설정하여 longitude 애니메이션이 발생하는 방향을 지정할 수 있습니다.
Qt Quick 의 애니메이션 및 전환을참조하세요 .
속성 문서
direction : enumeration |
이 속성은 coordinate 의 longitude 애니메이션 방향을 유지합니다.
가능한 값은 다음과 같습니다:
- CoordinateAnimation.Shortest(기본값) - 경도 애니메이션이 가장 짧은 애니메이션 경로를 생성하는 방향으로 진행됩니다.
- CoordinateAnimation.West - 경도 애니메이션은 항상 서쪽 방향으로 이동하며 날짜 선을 넘을 수 있습니다.
- CoordinateAnimation.East - 경도 애니메이션은 항상 동쪽 방향으로 이동하며 날짜 선을 넘을 수 있습니다.
from : coordinate |
이 속성은 애니메이션이 시작될 좌표를 보유합니다.
to : coordinate |
이 속성은 애니메이션이 끝나야 하는 좌표를 보유합니다.
© 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.