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