A PropertyAnimation for geo coordinate properties. 更多...
| import 語句: | import QtPositioning 5.2 |
| Since: | Qt 5.3 |
| 繼承: | PropertyAnimation |
專用 PropertyAnimation that defines an animation between two coordinates .
默認情況下, latitude 的 coordinate is animated in the direction of shortest (geodesic) distance between those coordinates. Since CoordinateAnimation uses Mercator map projection, the latitude animation is always between -90 and 90 degrees. The longitude animation path is not limited and can go over 180 degrees in both west and east directions.
The direction property can be set to specify the direction in which the longitude animation should occur.
另請參閱 Qt Quick 中的動畫和過渡 .
This property holds the direction of the longitude animation of the coordinate .
Possible values are:
This QML property was introduced in Qt 5.5.
|
from : coordinate |
This property holds the coordinate where the animation should begin.
|
to : coordinate |
This property holds the coordinate where the animation should end.