A PropertyAnimation for geo coordinate properties. More...
Import Statement: | import QtPositioning 5.15 |
Since: | Qt 5.3 |
Inherits: |
A specialized PropertyAnimation that defines an animation between two coordinates.
By default, a latitude of the 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.
See also Animation and Transitions in Qt Quick.
direction : enumeration
This property holds the direction of the longitude animation of the coordinate.
Possible values are:
This 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.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qtpositioning-coordinateanimation.html