Page 1 of 1

Geocoding Results "Zero"

Posted: Tue Sep 17, 2013 1:25 pm
by Brian Irr

I am a High School teacher who has been asked to teach a mobile app dev. course.
I am following your Webinar dated Sept 10th 2013. I do not believe I have missed anything in the instructions but every time I try to test my request I get the flowing answer.

I am using this link: http://maps.googleapis.com/maps/api/g...

{

Code: Select all

"results" : [ 

 ], 

"status" : "ZERO_RESULTS" 

}

Could this be sue to some licensing issue with Google that I am lacking?

Thank you for any assistance you can provide

Brian


Geocoding Results "Zero"

Posted: Tue Sep 17, 2013 1:57 pm
by maxkatz

I don't think it's due to any licensing issues. How are you connected to the Internet? Try to restart the device to which you are connected. Try testing on the actual device and see if it works there?

I saw this error once too.. I connected to a different WiFI network and it started working. Something to do with the particular connection.


Geocoding Results "Zero"

Posted: Tue Sep 17, 2013 2:05 pm
by Brian Irr

Thanks, I am building on a School desktop and using appery's testing option, I then tried it from my home computer with the same results.

Some of my setting are

Method = get
Data Type = json
Settings = none
Security Context = none
Use Appery.io Proxy not checked

Request = sensor default true
= address


Geocoding Results "Zero"

Posted: Tue Sep 17, 2013 2:29 pm
by maxkatz

Can you show use a picture of the Test tab (after running)?


Geocoding Results "Zero"

Posted: Tue Sep 17, 2013 2:54 pm
by Brian Irr

How is this:

Image


Geocoding Results "Zero"

Posted: Tue Sep 17, 2013 2:57 pm
by maxkatz

address should be lower case.


Geocoding Results "Zero"

Posted: Tue Sep 17, 2013 3:29 pm
by Brian Irr

OMG.. That was it, thank you I have spent hours trying to figure out what I did.

Thank you again..

Brian