What do I need to implement a basic map framework?
        Posted  
        
            by Mickey Shine
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mickey Shine
        
        
        
        Published on 2010-03-20T08:59:50Z
        Indexed on 
            2010/03/20
            9:01 UTC
        
        
        Read the original article
        Hit count: 383
        
I am doing iPhone development and what I want is a custom map framework (not route-me, not Google Maps). So far I found CATiledLayer and UISCrollView is helpful. But I am still not clear about the stuff(any kind of view, or anything from CoreAnimation framework, or anything else?) which would be perfectly fit this.
I need some guidance of making a custom map framework from scratch. Thank you
© Stack Overflow or respective owner