tags:

views:

211

answers:

0

Hi there,

(route-me is an iPhone map library, http://code.google.com/p/route-me/ )

I have a map app based on web and it works fine now. Recently I need to make an iPhone client for my map. But here is the problem: My map got an images size of 300x300 and zoom levels with 1-13, and the scales are also different (Meanwhile it seems route-me support an images size of 256x256 and some certain zoom levels and scales).

I need to look into the source of route-me. It's really hard to do so without much documentation. So I am here to see if any one could give me a brief guidance, such as the definition of tiles, how the tiles change with certain tile size and zoom level, etc(better with some implementation specifications)

Thank you in advance~