luxlabs header browser preview


@class NSTimer, NSHashTable, NSArray, MKAnnotationView, NSMutableDictionary, MKQuadTrie, NSMutableSet, NSMapTable;
@protocol MKAnnotationRepresentation, MKAnnotationManagerDelegate, MKAnnotation, MKAnnotationMarkerContainer;

@interface MKAnnotationManager : NSObject {
    NSTimer *_updateVisibleTimer;
    MKQuadTrie *_annotations;
    NSHashTable *_visibleAnnotations;
    NSMutableSet *_pendingAnnotations;
    NSMutableSet *_disallowAnimationAnnotations;
    NSMutableSet *_invalidCoordinateAnnotations;
    id<MKAnnotation> _selectedAnnotation;
    NSMapTable *_annotationsToRepresentations;
    NSMutableSet *_annotationRepresentations;
    NSMapTable *_reusableAnnotationRepresentations;
    NSMutableSet *_pendingRemovalAnnotationRepresentations;
    NSMutableDictionary *_registeredIdentifierToRepresentationClasses;
    NSHashTable *_allClusterAnnotations;
    BOOL _isChangingCoordinate;
    BOOL _isDeferringContainerSelection;
    BOOL _deferredContainerSelectionAnimated;
    MKAnnotationView *_userLocationView;
}

@property (weak, nonatomic) id<MKAnnotationMarkerContainer> container;
@property (weak, nonatomic) id<MKAnnotationManagerDelegate> delegate;
@property (nonatomic) BOOL annotationRepresentationsAreAddedImmediately;
@property (weak, nonatomic) id<MKAnnotation> draggedAnnotation;
@property (readonly, weak, nonatomic) id<MKAnnotationRepresentation> selectedAnnotationRepresentation;
@property (readonly, nonatomic) NSArray *annotationRepresentations;
@property (readonly, nonatomic) NSArray *annotations;

- (id)annotationsInMapRect:(struct { struct { double x0; double x1; } x0; struct { double x0; double x1; } x1; })a0;
- (void)deselectAnnotation:(id)a0 animated:(BOOL)a1;
- (void)_addAnnotation:(id)a0 updateVisible:(BOOL)a1;
- (id)init;
- (id)representationForAnnotation:(id)a0;
- (id)dequeueReusableAnnotationRepresentationWithIdentifier:(id)a0;
- (void)addRepresentationsForAnnotations:(id)a0;
- (void)dealloc;
- (void)addAnnotations:(id)a0;
- (void)registerClass:(Class)a0 forRepresentationReuseIdentifier:(id)a1;
- (void)addAnnotation:(id)a0;
- (id)_addRepresentationForAnnotation:(id)a0;
- (void)removeAnnotation:(id)a0;
- (void)_setupUpdateVisibleAnnotationsTimer;
- (void)showAnnotationsInMapRect:(struct { struct { double x0; double x1; } x0; struct { double x0; double x1; } x1; })a0;
- (void)removeAnnotation:(id)a0 updateVisible:(BOOL)a1;
- (void)configureDefaultAnnotationRepresentation:(id)a0 forAnnotation:(id)a1;
- (BOOL)annotationIsInternal:(id)a0;
- (id)addRepresentationForAnnotation:(id)a0;
- (void)cleanUpAnnotationRepresentationForRemoval:(id)a0;
- (void)replaceAnnotation:(id)a0 withAnnotation:(id)a1;
- (void)selectAnnotation:(id)a0 animated:(BOOL)a1;
- (void)addAnnotation:(id)a0 allowAnimation:(BOOL)a1;
- (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3;
- (void).cxx_destruct;
- (void)configureAnnotationRepresentation:(id)a0 forAnnotation:(id)a1;
- (void)updateVisibleAnnotations;
- (BOOL)containsAnnotation:(id)a0;
- (id)newInternalAnnotationRepresentationForInternalAnnotation:(id)a0;
- (void)_removeRepresentationForAnnotation:(id)a0 fromCull:(BOOL)a1;
- (void)_annotationDidChangeState:(id)a0 animated:(BOOL)a1;
- (void)_removeAnnotation:(id)a0 updateVisible:(BOOL)a1 removeFromContainer:(BOOL)a2;
- (void)removeAnnotations:(id)a0;

@end