Obsolete Members for MarkerSymbol

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

Signals

Property Documentation

rotationType : Enums.RotationType

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

rotationTypeChanged()

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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.