PTScreenScaleCondition
enum PTScreenScaleCondition {}
This enum represents the circumstances under which the icon shall be scaled inside the annotation rectangle.
-
Always scale
Declaration
Objective-C
e_ptAlways
-
Scale only when the icon is bigger than the annotation rectangle
Declaration
Objective-C
e_ptWhenBigger
-
Scale only when the icon is smaller than the annotation rectangle
Declaration
Objective-C
e_ptWhenSmaller
-
Never scale
Declaration
Objective-C
e_ptNever