Re: [android-developers] take a photo and set as marker

2011-04-07 Thread lbendlin
You _could_ use SQLite to store reference information (lat,lon, image path) but you could also just use the EXIF information. Be aware that you may not get a location fix quick enough when you take a picture (unless network location accuracy is sufficient) -- You received this message because

Re: [android-developers] take a photo and set as marker

2011-04-06 Thread TreKing
On Wed, Apr 6, 2011 at 11:38 AM, roer roer wrote: > Should i use sqlite to store the images? What advantage would SQLite have to storing the image in a standard image format? - TreKing

[android-developers] take a photo and set as marker

2011-04-06 Thread roer roer
I am working on a mapview app abd i need to take photo with location data on anywhere. then place marker on the map When click on the marker , it should popup photo image. I am newbie. Should i use sqlite to store the images? Please help, urgently, appreciate it. -- You received this message b