Route-Me for android
I want to load a number of tiled layer and anima开发者_JAVA百科tes them. In iPhone
we have mapping package called Route-Me
. Is there is any mapping package for android like Route-Me
? Do you know if the built-in mapping package for android easily supports external tiled layers?
Yes, the Google Maps API supports Overlays but, unlilke Route-me or iOS4, you have to do all the heavy lifting yourself in the onDraw() method.
Android maps doesn't support this feature. You should look into osmdroid or one of the other open source maps implementations.
Edit: To provide extra detail:
The osmdroid project can be found here.
Here is a question on stack with some implementation but still struggling with some detail: OSMDroid simple example required.
Here is another similar stack question with additional detail.
Here is the osmdroid example with custom tile source.
精彩评论