BaiduMap_IOSSDK_v5.4.0_Docs
BMKCycleNaviLaunchParam.h
1 //
2 // BMKCycleNaviLaunchParam.h
3 // WalkCycleComponent
4 //
5 // Created by Xin,Qi on 24/01/2018.
6 // Copyright © 2018 Baidu. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <CoreLocation/CoreLocation.h>
11 #import "BMKWalkCycleDefine.h"
15 @interface BMKCycleNaviLaunchParam : NSObject
16 
20 @property (nonatomic, assign) CLLocationCoordinate2D startPoint;
21 
25 @property (nonatomic, assign) CLLocationCoordinate2D endPoint;
26 
30 @property (nonatomic, assign) BMKWalkCycleNavigationType naviType;
31 
32 @end
CLLocationCoordinate2D startPoint
Definition: BMKCycleNaviLaunchParam.h:20
Definition: BMKCycleNaviLaunchParam.h:15
BMKWalkCycleNavigationType naviType
Definition: BMKCycleNaviLaunchParam.h:30
CLLocationCoordinate2D endPoint
Definition: BMKCycleNaviLaunchParam.h:25