MRPathRenderer Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | MRPathRenderer.h | 
Overview
An object that specifies the rendering properties of an MRPathOverlay on the map view. These properties can be animated updating them within a CATransaction.
  path
	The path to be drawn.
@property (nullable, nonatomic) CGPathRef pathDeclared In
MRPathRenderer.h
  fillColor
	The color used to fill in the path.
@property (nonnull, nonatomic, strong) UIColor *fillColorDeclared In
MRPathRenderer.h
  strokeColor
	The color used to stroke the path.
@property (nonnull, nonatomic, strong) UIColor *strokeColorDeclared In
MRPathRenderer.h
  lineWidth
	The line width of the stroked path in points.
@property (nonatomic) CGFloat lineWidthDeclared In
MRPathRenderer.h
  lineJoin
	The junction type for the stroked line. Only kCALineJoinMiter and kCGLineJoinRound are supported
@property (nonatomic) CGLineJoin lineJoinDeclared In
MRPathRenderer.h
  lineCap
	Style for rendering the endpoint for a stroked line. Only kCALineCapButt and kCALineCapRound are supported
@property (nonatomic) CGLineCap lineCapDeclared In
MRPathRenderer.h