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
PTDefaultAnnotationRefreshAppearanceHandlerinstance.Declaration
Objective-C
- (nonnull instancetype)init;Swift
init()Return Value
An initialized
PTDefaultAnnotationRefreshAppearanceHandlerinstance.
PTDefaultAnnotationRefreshAppearanceHandler Class Reference