9 #import <Foundation/Foundation.h> 10 #import <CoreLocation/CoreLocation.h> 11 #import "BMKCycleDefine.h" 20 @property (nonatomic, assign) CLLocationCoordinate2D
startPoint;
25 @property (nonatomic, assign) CLLocationCoordinate2D
endPoint;
30 @property (nonatomic, assign) BMKCycleNavigationType
naviType;
CLLocationCoordinate2D startPoint
Definition: BMKCycleNaviLaunchParam.h:20
Definition: BMKCycleNaviLaunchParam.h:15
BMKCycleNavigationType naviType
Definition: BMKCycleNaviLaunchParam.h:30
CLLocationCoordinate2D endPoint
Definition: BMKCycleNaviLaunchParam.h:25