The following members of QML type MarkerSymbol are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- rotationType : Enums.RotationType
(obsolete)
Signals
- rotationTypeChanged()
(obsolete)
Property Documentation
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The origin and direction of rotation.
If this is Enums.RotationTypeArithmetic
(the default) the rotation starts with zero on the x-axis (east) and positive rotation is counterclockwise. If this is Enums.RotationTypeGeographic
, the rotation starts with zero on the y-axis (north) and positive rotation is clockwise.
Note: This property is deprecated. There is no other mechanism to specify the rotation type, but all angles are achievable by changing the value of the angle property.
See also Enums.RotationType.
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the rotationType property changes.
Note: The corresponding handler is onRotationTypeChanged
.