[android-developers] Re: Geocoder throwing exception

2010-12-01 Thread ip332
Server is always running at Google.com Your phone needs a connection to this server in order to draw the map or to geocode a string. Without such connection you may see some pieces of map because of GoogleMaps caching but geocode interface requires direct channel to the server. On Nov 30, 6:46 

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

2010-12-01 Thread TreKing
On Wed, Dec 1, 2010 at 12:50 PM, ip332 iprile...@gmail.com 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

[android-developers] Re: Geocoder throwing exception

2010-12-01 Thread ip332
Most likely the servers for maps and geocoding are different, 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). Geocode may fail if you submit wrong

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

2010-12-01 Thread XiaoXiong Weng
://android.littlebearz.com/ -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of kiran Sent: Tuesday, November 30, 2010 9:47 PM To: Android Developers Subject: [android-developers] Re: Geocoder throwing exception Can we start Geocoding

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

2010-12-01 Thread TreKing
On Wed, Dec 1, 2010 at 5:07 PM, ip332 iprile...@gmail.com 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 ...

[android-developers] Re: Geocoder throwing exception

2010-12-01 Thread ip332
: [android-developers] Re: Geocoder throwing exception Can we start Geocoding server through application On Dec 1, 3:23 am, TreKing treking...@gmail.com wrote: On Tue, Nov 30, 2010 at 3:04 PM, ip332 iprile...@gmail.com wrote: As we know Google map is stored on the web therefore you must have 3G

[android-developers] Re: Geocoder throwing exception

2010-12-01 Thread kiran
-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of kiran Sent: Tuesday, November 30, 2010 9:47 PM To: Android Developers Subject: [android-developers] Re: Geocoder throwing exception Can we start Geocoding server through application On Dec 1, 3:23 am

[android-developers] Re: Geocoder throwing exception

2010-11-30 Thread ip332
Geocoding has nothing in common with GPS but it requires complete map DB (to search cities and streets) 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. On Nov 30, 1:13 am, saikiran n saikiran@gmail.com wrote:

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

2010-11-30 Thread TreKing
On Tue, Nov 30, 2010 at 3:04 PM, ip332 iprile...@gmail.com 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

[android-developers] Re: Geocoder throwing exception

2010-11-30 Thread kiran
. In the same device i run some apk which is showing google maps. I don't know what code they were using in the apk. You mean to say that should i test with wifi instead of GPS On Dec 1, 2:04 am, ip332 iprile...@gmail.com wrote: Geocoding has nothing in common with GPS but it requires complete

[android-developers] Re: Geocoder throwing exception

2010-11-30 Thread kiran
Can we start Geocoding server through application On Dec 1, 3:23 am, TreKing treking...@gmail.com wrote: On Tue, Nov 30, 2010 at 3:04 PM, ip332 iprile...@gmail.com 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

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 saikiran@gmail.com wrote: Can we start Geocoding server through application On Dec 1, 3:23 am, TreKing treking...@gmail.com wrote: On Tue, Nov 30, 2010 at 3:04 PM, ip332 iprile...@gmail.com wrote: As we know Google map is s...