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 path

Declared In

MRPathRenderer.h

  fillColor

The color used to fill in the path.

@property (nonnull, nonatomic, strong) UIColor *fillColor

Declared In

MRPathRenderer.h

  strokeColor

The color used to stroke the path.

@property (nonnull, nonatomic, strong) UIColor *strokeColor

Declared In

MRPathRenderer.h

  lineWidth

The line width of the stroked path in points.

@property (nonatomic) CGFloat lineWidth

Declared In

MRPathRenderer.h

  lineJoin

The junction type for the stroked line. Only kCALineJoinMiter and kCGLineJoinRound are supported

@property (nonatomic) CGLineJoin lineJoin

Declared In

MRPathRenderer.h

  lineCap

Style for rendering the endpoint for a stroked line. Only kCALineCapButt and kCALineCapRound are supported

@property (nonatomic) CGLineCap lineCap

Declared In

MRPathRenderer.h