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;
+ (RMMarker*) markerWithNamedStyle: (NSString*) styleName;
+ (CGImageRef) markerImage: (NSString *) key;
+ (CGImageRef) loadPNGFromBundle: (NSString *)filename;
- (id) initWithCGImage: (CGImageRef) image anchorPoint: (CGPoint) anchorPoint;
- (id) initWithCGImage: (CGImageRef) image;
... ...