PathFormatter Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | PathFormatter.h |
pathColor
Sets the color of the path.
@property (nonatomic, retain) UIColor *pathColorDiscussion
Sets the color of the path.
Declared In
PathFormatter.h
pathPastColor
Sets the color of the path which already covered.
@property (nonatomic, retain) UIColor *pathPastColorDiscussion
Sets the color of the path which already covered.
Declared In
PathFormatter.h
pathWidth
Sets the thickness of the path.
@property (nonatomic, retain) NSNumber *pathWidthDiscussion
Sets the thickness of the path.
Declared In
PathFormatter.h
borderColor
Sets the border color for the path.
@property (nonatomic, retain) UIColor *borderColorDiscussion
Sets the border color for the path.
Declared In
PathFormatter.h
borderWidth
Sets the border thickness for the path.
@property (nonatomic, retain) NSNumber *borderWidthDiscussion
Sets the border thickness for the path.
Declared In
PathFormatter.h
selectedPathColor
Sets the color of the selected path.
@property (nonatomic, retain) UIColor *selectedPathColorDiscussion
Sets the color of the selected path.
Declared In
PathFormatter.h
selectedPathWidth
Sets the width of the selected path.
@property (nonatomic, retain) NSNumber *selectedPathWidthDiscussion
Sets the width of the selected path.
Declared In
PathFormatter.h
navigationHeadMarker
Setting navigation arrow head on map UI.
@property (nonatomic, retain) UIImage *navigationHeadMarkerDiscussion
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 hideNavigationHeadMarkerOnLastStepDiscussion
Manage visibility of arrow head on last step of navigation path
Declared In
PathFormatter.h