9 #import <Foundation/Foundation.h>
10 #import <BaiduMapAPI_Base/BMKTypes.h>
13 NS_ASSUME_NONNULL_BEGIN
16 @property (nonatomic, assign) BMKWalkCycleGuideKind
guideKind;
18 @property (nonatomic, copy) NSString *
roadName;
20 @property (nonatomic, assign) NSUInteger
distance;
22 @property (nonatomic, strong) NSArray<NSValue *> *
coordinates;
28 @property (nonatomic, assign) NSUInteger
distance;
30 @property (nonatomic, assign) NSUInteger duration;
32 @property (nonatomic, assign) NSUInteger lightCount;
34 @property (nonatomic, strong) NSArray<NSValue *> *positions;
36 @property (nonatomic, strong) NSArray<BMKWalkCycleRouteStep *> *routeSteps;