Obsolete Members for MarkerSymbol

  • MarkerSymbol
  • The following members of class MarkerSymbol are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (obsolete) Esri::ArcGISRuntime::RotationType rotationType() const
    (obsolete) void setRotationType(Esri::ArcGISRuntime::RotationType rotationType)

    Member Function Documentation

    Esri::ArcGISRuntime::RotationType MarkerSymbol::rotationType() const

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Returns the origin and direction of symbol rotation.

    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 setAngle.

    See also setRotationType.

    void MarkerSymbol::setRotationType(Esri::ArcGISRuntime::RotationType rotationType)

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Sets the rotationType defining the origin and direction of symbol rotation.

    If this is RotationType::Arithmetic (the default) the rotation starts with zero on the x-axis (east) and positive rotation is counterclockwise. If this is RotationType::Geographic, 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 setAngle.

    See also rotationType().

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