CoordinateAnimation QML Type
A PropertyAnimation for geo coordinate properties. More...
Import Statement: | import QtPositioning 5.2 |
Since: | Qt 5.3 |
Properties
Detailed Description
A specialized PropertyAnimation that defines an animation between two geo coordinates.
Property Documentation
from : coordinate |
This property holds the coordinate where the animation should begin.
to : coordinate |
This property holds the coordinate where the animation should end.