Authored by Brad Smith

Put loadPNGFromBundle: in .h to be used by outside classes that may want to sele…

…ctivelly choose a png based marker image
@@ -22,6 +22,7 @@ extern NSString * const RMMarkerRedKey; @@ -22,6 +22,7 @@ extern NSString * const RMMarkerRedKey;
22 22
23 + (RMMarker*) markerWithNamedStyle: (NSString*) styleName; 23 + (RMMarker*) markerWithNamedStyle: (NSString*) styleName;
24 + (CGImageRef) markerImage: (NSString *) key; 24 + (CGImageRef) markerImage: (NSString *) key;
  25 ++ (CGImageRef) loadPNGFromBundle: (NSString *)filename;
25 26
26 - (id) initWithCGImage: (CGImageRef) image anchorPoint: (CGPoint) anchorPoint; 27 - (id) initWithCGImage: (CGImageRef) image anchorPoint: (CGPoint) anchorPoint;
27 - (id) initWithCGImage: (CGImageRef) image; 28 - (id) initWithCGImage: (CGImageRef) image;