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;
58 + (nullable instancetype)traceOverlayWithCoordinates:(CLLocationCoordinate2D *)coords
59 count:(NSUInteger)count
66 + (nullable instancetype)traceOverlayWithPoints:(
BMKMapPoint *)points
67 count:(NSUInteger)count
74 - (BOOL)updateTraceOverlayCoordinates:(CLLocationCoordinate2D *)coords
75 count:(NSUInteger)count
82 - (BOOL)updateTraceOverlayPoints:(CLLocationCoordinate2D *)coords
83 count:(NSUInteger)count