• - (id) initWithCGImage: (CGImageRef) image
      - (id) initWithCGImage: (CGImageRef) image anchorPoint: (CGPoint) _anchorPoint
      - (void) replaceImage:(CGImageRef)image anchorPoint:(CGPoint)_anchorPoint
    
    cleanup:
      - (id) initWithUIImage: (UIImage*) image
    
    add:
      - (void) replaceUIImage: (UIImage*) image
    
    anchorPoint is left to CALayer default (0.5,0.5)
    
    User can override with:
      marker.anchorPoint = CGPointMake(?,?);
    
    by Tracy Harton
     
    Browse Files