GPKGMapPointInitializer
Objective-C
@protocol GPKGMapPointInitializer <NSObject>
Swift
protocol GPKGMapPointInitializer : NSObjectProtocol
Map Point initializer protocol to perform point additional initialization when a point is added to a map view
-
Initialize the map annotation
Declaration
Objective-C
- (void)initializeAnnotation:(NSObject<MKAnnotation> *)annotation;Swift
func initializeAnnotation(_ annotation: (any MKAnnotation)!)Parameters
annotationannotation
View on GitHub
GPKGMapPointInitializer Protocol Reference