PTDefaultAnnotationRefreshAppearanceHandler
@interface PTDefaultAnnotationRefreshAppearanceHandler
: NSObject <PTAnnotationRefreshAppearanceHandler>
A generic refresh-appearance handler for annotations.
This handler calls -[PTAnnot RefreshAppearance]
(or -[PTAnnot RefreshAppearanceWithOptions:]
)
for all annotation types.
-
Initializes a
PTDefaultAnnotationRefreshAppearanceHandler
instance.Declaration
Objective-C
- (nonnull instancetype)init;
Swift
init()
Return Value
An initialized
PTDefaultAnnotationRefreshAppearanceHandler
instance.