On Wed, Jul 20, 2011 at 4:29 PM, Kivak <littlewol...@gmail.com> wrote:
> I do understand how to do that. What I am trying to find is an object
> that I can use to display the map. These maps would be huge and I am
> not sure that making an imageView with that size would work very well.

Ah, OK. I think the typical solution for that is map tiles, the way
Google does it.

> The other problems comes when I am trying to find out how to create
> symbols on the map (not only points, but lines) that I want to be able
> to tap for more information. Do you have any objects in mind that
> would work?

Put a custom View on top of your map tiles, and draw into it.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to