FMKLineMarker Class Reference

Inherits from FMKEntity
Declared in FMKLine.h
FMKLineMarker.h
FMKLineMarker.mm

Overview

地图线

– init

通过线段创建线,线段是由FMKNaviAnalyser分析结果数据生成的

- (instancetype)init

Return Value

地图线对象

Discussion

通过线段创建线,线段是由FMKNaviAnalyser分析结果数据生成的

Declared In

FMKLine.h

– addSegment:

添加构造线所用的线段标注

- (void)addSegment:(FMKSegment *)segment

Discussion

添加构造线所用的线段标注

Declared In

FMKLine.h

– removeSegment:

删除构造线所用的线段标注

- (void)removeSegment:(FMKSegment *)segment

Discussion

删除构造线所用的线段标注

Declared In

FMKLine.h

  segments

路径线上线段

@property (readonly) NSArray *segments

Discussion

路径线上线段

Declared In

FMKLine.h

  type

类型

@property (nonatomic, assign) FMKLineType type

Discussion

类型

Declared In

FMKLine.h

  mode

模式

@property (nonatomic, assign) FMKLineMode mode

Discussion

模式

Declared In

FMKLine.h

  width

路线粗细,默认为2

@property (nonatomic, assign) float width

Discussion

路线粗细,默认为2

Declared In

FMKLine.h

  color

路线颜色,默认为蓝色

@property (nonatomic, copy) UIColor *color

Discussion

路线颜色,默认为蓝色

Declared In

FMKLine.h

  hidden

是否隐藏

@property (nonatomic, assign) BOOL hidden

Discussion

是否隐藏

Declared In

FMKLine.h