34 @property (nonatomic, assign, readonly)
float*
distances;
41 @protocol MBRoutePointCollectorDelegate <NSObject>
54 @property (nonatomic, weak) id<MBRoutePointCollectorDelegate> delegate;
61 - (void)setFetchDistanceForward:(CGFloat)distInMeter;
68 - (void)setFetchDistanceBackward:(CGFloat)distInMeter;
75 - (void)enableSmoothing:(BOOL)enable;
82 - (void)setSmoothInterval:(CGFloat)intervalInMeter;
89 - (void)setJunctionSmoothIntensity:(CGFloat)intensity;
MBNdsPoint * ndsPoints
Definition: MBRoutePointCollector.h:29
Definition: MBRoutePointCollector.h:14
Definition: MBObject.h:16
float * distances
Definition: MBRoutePointCollector.h:34
Definition: MBNaviCoreBase.h:67
float junctionSmoothIntensity
Definition: MBRoutePointCollector.h:19
Definition: MBRoutePointCollector.h:49
int pointNumber
Definition: MBRoutePointCollector.h:24