Re: [android-developers] Re: Geocoder throwing exception

2010-12-01 Thread TreKing
On Wed, Dec 1, 2010 at 5:07 PM, ip332 wrote: > however the common thing is that both services require connection. They > both use the same network (cellular or WiFi) so if the network is down none > of them will work (except cached map data). > Well ... yeah ...

RE: [android-developers] Re: Geocoder throwing exception

2010-12-01 Thread XiaoXiong Weng
I recall there was an openmap where you could just download the area you need and store it to SD card and then view it from there, this can be beneficial to user who does not have internet. I'm trying to develop this software but I need a lot more time. Progress can be found at http://android.littl

Re: [android-developers] Re: Geocoder throwing exception

2010-12-01 Thread TreKing
On Wed, Dec 1, 2010 at 12:50 PM, ip332 wrote: > Your phone needs a connection to this server in order to draw the map or to > geocode a string. > While geocoding and maps are related, they're not the same thing and I highly doubt they're backed by the same server. It's entirely possible to have

Re: [android-developers] Re: Geocoder throwing exception

2010-11-30 Thread Kumar Bibek
That's not under your control On 01-Dec-2010 8:16 AM, "kiran" wrote: Can we start Geocoding server through application On Dec 1, 3:23 am, TreKing wrote: > On Tue, Nov 30, 2010 at 3:04 PM, ip332 wrote: > > As we know Google map is s... > TreKing

Re: [android-developers] Re: Geocoder throwing exception

2010-11-30 Thread TreKing
On Tue, Nov 30, 2010 at 3:04 PM, ip332 wrote: > As we know Google map is stored on the web therefore you must have 3G, Edge > or WiFi channels enabled in order to use Geocoding. > Also, even if you have a perfect connection, the actual geo-coding server has to actually be running. -