Authored by Thomas Rasch

o Added a deprecation warning to RMPath

... ... @@ -79,7 +79,8 @@
RMMapView *mapView;
}
- (id)initWithView:(RMMapView *)aMapView;
/// DEPRECATED. Use RMShape instead.
- (id)initWithView:(RMMapView *)aMapView __attribute__ ((deprecated));;
@property (nonatomic, assign) CGPathDrawingMode drawingMode;
@property (nonatomic, assign) CGLineCap lineCap;
... ...