FMKTextNavigationSegment Class Reference
Inherits from | NSObject |
---|---|
Declared in | FMKTextNavigationSegment.h |
startCoord
路段起点
@property (nonatomic, assign) FMKGeoCoord startCoord
Declared In
FMKTextNavigationSegment.h
endCoord
路段终点
@property (nonatomic, assign) FMKGeoCoord endCoord
Declared In
FMKTextNavigationSegment.h
startDirection
该路段起点绝对方向 东南西北
@property (nonatomic, copy, nonnull) NSString *startDirection
Declared In
FMKTextNavigationSegment.h
endDirection
该路段终点相对方向,相对下一个路段的方向 前后左右
@property (nonatomic, copy, nullable) NSString *endDirection
Declared In
FMKTextNavigationSegment.h
nearestModel
距离线段终点最近的模型
@property (nonatomic, strong, nullable) FMKModelSearchResult *nearestModel
Declared In
FMKTextNavigationSegment.h
nearestFacility
距离线段终点最近的直梯 电梯或楼梯
@property (nonatomic, strong, nullable) FMKFacilitySearchResult *nearestFacility
Declared In
FMKTextNavigationSegment.h