Your explorer tool is pretty useful. Another thing you can do is use Firebug and copy/paste the JSON results into the console, and wrap it in an eval, like this: eval(jsonResults); Then you can explore the results in Firebug. Checkout my tutorial ( http://code.google.com/support/bin/answer.py?answer=94630&topic=11530)
-Ben
On Thu, May 22, 2008 at 3:35 AM, barryhunter <BarryBHun...@googlemail.com> wrote:
How curious, yes, the 'bridge' example does now return some results. Previously it was the single geocode (in Texas!) that you get with localonly - others verified it so it wasn't just me! But the "herne bay" example is still only a single result on blended, maybe its just the geoindex rippling around the data centers?
(Nice idea too about Firebug, never thought of that - in my case aiming towards using in PHP (eg to create KML) - so it was just a you to see what get)
> Your explorer tool is pretty useful. Another thing you can do is use > Firebug and copy/paste the JSON results into the console, and wrap it in an > eval, like this: > eval(jsonResults); > Then you can explore the results in Firebug. Checkout my tutorial > (http://code.google.com/support/bin/answer.py?answer=94630&topic=11530)
> -Ben
> On Thu, May 22, 2008 at 3:35 AM, barryhunter <BarryBHun...@googlemail.com> > wrote:
>> Being playing with the very quietly introduced exposure of the Google >> 'GeoWeb' index in the AJAX API.
>> However not sure that 'blended' is working as well as it should?
On Thu, May 22, 2008 at 11:26 AM, Barry Hunter <barrybhun...@googlemail.com> wrote:
> Thanks for the reply!
> How curious, yes, the 'bridge' example does now return some results. > Previously it was the single geocode (in Texas!) that you get with > localonly - others verified it so it wasn't just me!
I guess I'll just have to take your word for it :)
> But the "herne bay" example is still only a single result on blended, > maybe its just the geoindex rippling around the data centers?
> (Nice idea too about Firebug, never thought of that - in my case > aiming towards using in PHP (eg to create KML) - so it was just a you > to see what get)
You can also console.log or console.debug me the eval'd JSON. I just love Firebug too much...
Thanks for stopping by and reporting the weird results. Let us know if you find more.
> > Your explorer tool is pretty useful. Another thing you can do is use > > Firebug and copy/paste the JSON results into the console, and wrap it in > an > > eval, like this: > > eval(jsonResults); > > Then you can explore the results in Firebug. Checkout my tutorial > > (http://code.google.com/support/bin/answer.py?answer=94630&topic=11530)
> > -Ben
> > On Thu, May 22, 2008 at 3:35 AM, barryhunter < > BarryBHun...@googlemail.com> > > wrote:
> >> Being playing with the very quietly introduced exposure of the Google > >> 'GeoWeb' index in the AJAX API.
> >> However not sure that 'blended' is working as well as it should?
> >> and just click Submit, the example doesnt work with blended, just > >> returning a single geocode (which is nowhere near the supplied lat/ > >> long)