15 NS_ASSUME_NONNULL_BEGIN
26 - (void)traceOverlay:(
BMKTraceOverlay *)traceOverlay animationRunningProgress:(CGFloat)progress;
31 - (void)traceOverlay:(
BMKTraceOverlay *)traceOverlay animationTraceMovePosition:(CLLocationCoordinate2D)position;
36 - (void)traceOverlay:(
BMKTraceOverlay *)traceOverlay animationDidEnd:(BOOL)flag;
42 @property (nonatomic, weak, nullable) id<BMKTraceOverlayAnimationDelegate>
delegate;
51 + (nullable instancetype)traceOverlayWithCoordinates:(CLLocationCoordinate2D *)coords
52 count:(NSUInteger)count
59 + (nullable instancetype)traceOverlayWithPoints:(
BMKMapPoint *)points
60 count:(NSUInteger)count
67 - (BOOL)updateTraceOverlayCoordinates:(CLLocationCoordinate2D *)coords
68 count:(NSUInteger)count
75 - (BOOL)updateTraceOverlayPoints:(CLLocationCoordinate2D *)coords
76 count:(NSUInteger)count