PTWidgetScaleCondition
enum PTWidgetScaleCondition {}
This enum represents the circumstances under which the icon shall be scaled inside the annotation rectangle .
-
Always scale
Declaration
Objective-C
e_ptw_Always
-
Scale only when the icon is bigger than the annotation rectangle
Declaration
Objective-C
e_ptw_WhenBigger
-
Scale only when the icon is smaller than the annotation rectangle
Declaration
Objective-C
e_ptw_WhenSmaller
-
Never scale
Declaration
Objective-C
e_ptw_Never