15 NS_ASSUME_NONNULL_BEGIN
27 - (void)traceOverlay:(
BMK3DTraceOverlay *)traceOverlay animationRunningProgress:(CGFloat)progress;
32 - (void)traceOverlay:(
BMK3DTraceOverlay *)traceOverlay animationTraceMovePosition:(CLLocationCoordinate2D)position;
37 - (void)traceOverlay:(
BMK3DTraceOverlay *)traceOverlay animationDidEnd:(BOOL)flag;
47 @property (nonatomic, weak, nullable) id<BMK3DTraceOverlayAnimationDelegate>
delegate;
53 @property (nonatomic, assign, readonly) CGFloat
progress;
64 + (nullable instancetype)traceOverlay3DWithCoordinates:(CLLocationCoordinate2D *)coords
65 count:(NSUInteger)count
72 + (nullable instancetype)traceOverlay3DWithPoints:(
BMKMapPoint *)points
73 count:(NSUInteger)count