9 #import <Foundation/Foundation.h>
11 #import <CoreLocation/CoreLocation.h>
14 NS_ASSUME_NONNULL_BEGIN
19 @property (nonatomic, assign) CLLocationCoordinate2D
location;
21 @property (nonatomic, copy) NSString *
keyword;
23 @property (nonatomic, copy) NSString *
poiId;
25 @property (nonatomic, assign) BMKWalkNavigationRouteNodeType
type;