[android-developers] Re: make JPEG image has map

2010-11-24 Thread sal
Hi, Thanks Kostya and Leon for your suggestions Even i am going on with same approach, I have predefined set of location information , i just need to show that information on the image by mapping this location information to pixel co-ordinates of the image. i am searching for some sample codes wh

[android-developers] Re: make JPEG image has map

2010-11-22 Thread Leon Moreyn-Android Development
Im not sure of sample code for this, but here is how I would implement this. You dont necessarily need a map. An image view with a moving curses could be possible. You would set the location on the cursor in the image by using GPS location. You can receive lat and lon to your device. You would then

Re: [android-developers] Re: make JPEG image has map

2010-11-22 Thread Kostya Vasilyev
Ok, then. Subclass ImageView, implement onTouch to handle user interaction, handle scrolling, etc. http://developer.android.com/guide/topics/ui/ui-events.html Trying to get location from GPS is *probably* going to be meaningless. My Motorola Milestone shows location precision of about 30-100

[android-developers] Re: make JPEG image has map

2010-11-22 Thread sal
Hi Kostya, Thanks for ur concern. I dont want precision and reliabilty, I just want a source code of sample application which lets me draw image has a map and allow me to mark the location on the map. pointer to sample source code would be appreciated rgds Sal On Nov 20, 3:24 pm, Kostya Vasil