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