What do I need to implement a basic map framework?
- by Mickey Shine
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