PathFormatter Class Reference

Inherits from NSObject
Declared in PathFormatter.h

Overview

Describes the drawing style of path.

  pathColor

Sets the color of the path.

@property (nonatomic, retain) UIColor *pathColor

Discussion

Sets the color of the path.

Declared In

PathFormatter.h

  pathPastColor

Sets the color of the path which already covered.

@property (nonatomic, retain) UIColor *pathPastColor

Discussion

Sets the color of the path which already covered.

Declared In

PathFormatter.h

  pathWidth

Sets the thickness of the path.

@property (nonatomic, retain) NSNumber *pathWidth

Discussion

Sets the thickness of the path.

Declared In

PathFormatter.h

  borderColor

Sets the border color for the path.

@property (nonatomic, retain) UIColor *borderColor

Discussion

Sets the border color for the path.

Declared In

PathFormatter.h

  borderWidth

Sets the border thickness for the path.

@property (nonatomic, retain) NSNumber *borderWidth

Discussion

Sets the border thickness for the path.

Declared In

PathFormatter.h

  selectedPathColor

Sets the color of the selected path.

@property (nonatomic, retain) UIColor *selectedPathColor

Discussion

Sets the color of the selected path.

Declared In

PathFormatter.h

  selectedPathWidth

Sets the width of the selected path.

@property (nonatomic, retain) NSNumber *selectedPathWidth

Discussion

Sets the width of the selected path.

Declared In

PathFormatter.h

  routeTag

Adds the collection of RouteTag associated with this path.

@property (nonatomic, retain) NSArray<RouteTag*> *routeTag

Discussion

Adds the collection of RouteTag associated with this path.

Declared In

PathFormatter.h

  navigationHeadMarker

Setting navigation arrow head on map UI.

@property (nonatomic, retain) UIImage *navigationHeadMarker

Discussion

Setting navigation arrow head on map UI.

Declared In

PathFormatter.h

  hideNavigationHeadMarkerOnLastStep

Manage visibility of arrow head on last step of navigation path

@property (nonatomic, readwrite) BOOL hideNavigationHeadMarkerOnLastStep

Discussion

Manage visibility of arrow head on last step of navigation path

Declared In

PathFormatter.h