I built a ListActivity and now I want to add Map Previews as the List Icons. I dont want to extend MapView because: 1st I just need a little static preview and 2nd I already extended to ListView.

I already looked into using the static map api, however that also doesnt look quite good in that small dimensions:

alt text

http://maps.google.com/maps/api/staticmap?center=40.714728,-73.998672&zoom=12&size=65x65&maptype=roadmap&sensor=true

link|improve this question

69% accept rate
feedback

1 Answer

up vote 1 down vote accepted

There is nothing in Android that generates map previews, sorry. You will need to use some Web service for this.

link|improve this answer
I'm also happy with a webservice, but not with a picture filling copyright message. Can somebody suggest me a preview with a smaller copyright message? – OneWorld Sep 27 '10 at 13:33
1  
I was using dp-dimensions and forgot that they only count for 320x480 screen devices. But if I download a bigger map image, the copyright data isnt picture filling anymore and still matches 800x480 screen devices. That satisfies me for the moment. Ok, its gonna be downscaled at smaller screens, but thats ok. Maybe I will later decide depending on the screensize which map size I download – OneWorld Oct 5 '10 at 13:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.