C
CoordinateAnimation QML Type
A PropertyAnimation for geoCoordinate properties. More...
| Import Statement: | import QtPositioning |
| Since: | Qt Quick Ultralite 2.12 |
| Inherits: |
Properties
Detailed Description
A specialized PropertyAnimation that lets you animate between two coordinates.
The latitude and longitude of a coordinate are animated along the shortest (geodesic) distance between two coordinates. CoordinateAnimation uses Mercator map projection, so the latitude animation is always between -90 and 90 degrees, whereas the longitude animation path is not limited and can go over 180 degrees in both west and east directions.
Property Documentation
from : geoCoordinate |
This property holds the coordinate from where the animation begins.
to : geoCoordinate |
This property holds the coordinate where the animation ends.
Available under certain Qt licenses.
Find out more.