Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
v2.55 geocoding?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  23 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mike Williams  
View profile  
 More options Jun 12 2006, 7:51 am
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Mon, 12 Jun 2006 12:51:20 +0100
Local: Mon, Jun 12 2006 7:51 am
Subject: v2.55 geocoding?
API v2.55 contains these new classes:

        GClientGeocoder()
        GGeocodeCache()
        GFactualGeocodeCache()

and these new values:

        G_GEO_SUCESS            (note the strange spelling)
        G_GEO_MISSING_ADDRESS
        G_GEO_UNKLNOWN_ADDRESS
        G_GEO_UNAVAILABLE_ADDRESS
        G_GEO_BAD_KEY
        G_GEO_TOO_MANY_QUERIES

--
Google Map API Tutorial
http://www.econym.demon.co.uk/googlemaps/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FB  
View profile  
 More options Jun 12 2006, 9:34 am
From: "FB" <Fraser.Bald...@gmail.com>
Date: Mon, 12 Jun 2006 13:34:20 -0000
Local: Mon, Jun 12 2006 9:34 am
Subject: Re: v2.55 geocoding?
How did you find these classes?  And how are they used?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Williams  
View profile  
 More options Jun 12 2006, 11:54 am
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Mon, 12 Jun 2006 16:54:11 +0100
Local: Mon, Jun 12 2006 11:54 am
Subject: Re: v2.55 geocoding?
Wasn't it FB who wrote:

>How did you find these classes?

I looked at the new source code.
http://maps.google.com/mapfiles/maps2.55.api.js

>  And how are they used?

It looks very complicated. It's unlikely that anyone will be able to
guess the syntax for using them by reading the code. Perhaps Google will
be passing on the syntax to the guys who're at Where 2.0, and they'll
clue us in when they come back.

--
Google Map API Tutorial
http://www.econym.demon.co.uk/googlemaps/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
maps.huge.info  
View profile  
 More options Jun 12 2006, 12:30 pm
From: "maps.huge.info" <cor...@gmail.com>
Date: Mon, 12 Jun 2006 16:30:29 -0000
Local: Mon, Jun 12 2006 12:30 pm
Subject: Re: v2.55 geocoding?
Mike,

I'll try to find out today. I'll be at the Google Geo Developer Day
event.

-John

http://maps.huge.info


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guilhem  
View profile  
 More options Jun 12 2006, 12:31 pm
From: "Guilhem" <Guilhem.Vel...@gmail.com>
Date: Mon, 12 Jun 2006 09:31:26 -0700
Local: Mon, Jun 12 2006 12:31 pm
Subject: Re: v2.55 geocoding?
You can still call it by hand. For example for somewhere in Paris, here
is the request:

http://maps.google.com/maps/geo?q=Rue%20Clovis%20Paris&key=YOURKEY&ou...

And here is the answer:
yourcallback({name: "Rue Clovis Paris",Status: {code: 200, request:
"geocode"}, Placemark: [{address: "Rue Clovis, 75005 5ème
Arrondissement, Paris, France",AddressDetails: {Country:
{CountryNameCode: "FR",AdministrativeArea: {AdministrativeAreaName:
"Ile-de-France",SubAdministrativeArea: {SubAdministrativeAreaName:
"Paris",Locality: {LocalityName: "Paris",DependentLocality:
{DependentLocalityName: "5ème Arrondissement",Thoroughfare:
{ThoroughfareName: "Rue Clovis"},PostalCode: {PostalCodeNumber:
"75005"}}}}}}},Point: {coordinates: [2.349083, 48.846155, 0]}}]})


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jef Poskanzer  
View profile  
 More options Jun 12 2006, 1:03 pm
From: "Jef Poskanzer" <jef.poskan...@gmail.com>
Date: Mon, 12 Jun 2006 17:03:40 -0000
Local: Mon, Jun 12 2006 1:03 pm
Subject: Re: v2.55 geocoding?

Ooo neat.  I'll add it to ACME Mapper ASAP!

Looks like output=xml also works.  Anyone found other output formats
besides those two?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jacob  
View profile  
 More options Jun 12 2006, 1:10 pm
From: "Jacob" <ja...@reimers.dk>
Date: Mon, 12 Jun 2006 10:10:43 -0700
Local: Mon, Jun 12 2006 1:10 pm
Subject: Re: v2.55 geocoding?
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kleppe@gmail.com  
View profile  
 More options Jun 12 2006, 1:13 pm
From: "kle...@gmail.com" <kle...@gmail.com>
Date: Mon, 12 Jun 2006 10:13:15 -0700
Local: Mon, Jun 12 2006 1:13 pm
Subject: Re: v2.55 geocoding?
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
samnis...@gmail.com  
View profile  
 More options Jun 12 2006, 1:20 pm
From: samnis...@gmail.com
Date: Mon, 12 Jun 2006 10:20:13 -0700
Local: Mon, Jun 12 2006 1:20 pm
Subject: Re: v2.55 geocoding?
everyone take a look at the maps documentation.  it has been updated to
include all of this geocoding api information.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Williams  
View profile  
 More options Jun 12 2006, 1:32 pm
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Mon, 12 Jun 2006 18:32:24 +0100
Local: Mon, Jun 12 2006 1:32 pm
Subject: Re: v2.55 geocoding?
Wasn't it Jacob who wrote:

Foiled again.

I checked the documentation before I started doing some serious hacking,
and it wasn't there. I managed to kluge this together:

http://www.econym.demon.co.uk/googlemaps/test/geo.htm

and when I come back to brag about my sucess (sic), I find that Google
have actually updated the documentation, and there's a simpler way to do
it.

--
Google Map API Tutorial
http://www.econym.demon.co.uk/googlemaps/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jef Poskanzer  
View profile  
 More options Jun 12 2006, 1:35 pm
From: "Jef Poskanzer" <jef.poskan...@gmail.com>
Date: Mon, 12 Jun 2006 17:35:19 -0000
Local: Mon, Jun 12 2006 1:35 pm
Subject: Re: v2.55 geocoding?

Excellent.

I don't see anything in there about what exactly the daily quota of
geocoding requests is.  Anyone run into the limit yet?  Yahoo!'s limit
is 5000/day and I use about 500/day.  I doubt I'll run into Google's
limit but I'm curious.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
samnis...@gmail.com  
View profile  
 More options Jun 12 2006, 2:04 pm
From: samnis...@gmail.com
Date: Mon, 12 Jun 2006 11:04:53 -0700
Local: Mon, Jun 12 2006 2:04 pm
Subject: Re: v2.55 geocoding?
has anyone actually used the javascript client-side classes yet?  i've
tried it and they're full of errors.  even google's own example page
doesn't work -
http://www.google.com/apis/maps/documentation/geocoder2.html

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kleppe@gmail.com  
View profile  
 More options Jun 12 2006, 2:14 pm
From: "kle...@gmail.com" <kle...@gmail.com>
Date: Mon, 12 Jun 2006 18:14:17 -0000
Local: Mon, Jun 12 2006 2:14 pm
Subject: Re: v2.55 geocoding?

> The examples do not work for me, see:
> http://typolis.net/sumaato/stories/4272/

1. Follow this link:
http://www.google.com/apis/maps/documentation/geocoder.html

2. Enter that code in your location bar:
javascript:geocoder.getLocations("NY", function(e){
alert(e.Status.code)})

3. Hit enter.

Google returns itself the G_GEO_BAD_KEY (610) status code when a
geocode action has been executed. So whats up with it? Guess the GBoys
are still tweaking...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe  
View profile  
 More options Jun 12 2006, 2:24 pm
From: "Joe" <josephl...@gmail.com>
Date: Mon, 12 Jun 2006 11:24:02 -0700
Local: Mon, Jun 12 2006 2:24 pm
Subject: Re: v2.55 geocoding?
Limit seems to be 50,000/key/day -- a nice high ceiling. See:
http://www.google.com/apis/maps/faq.html#faq11


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jef Poskanzer  
View profile  
 More options Jun 12 2006, 2:52 pm
From: "Jef Poskanzer" <jef.poskan...@gmail.com>
Date: Mon, 12 Jun 2006 18:52:07 -0000
Local: Mon, Jun 12 2006 2:52 pm
Subject: Re: v2.55 geocoding?

>50,000/key/day

Awesome.

I have converted ACME Mapper to use Google's geocoder, via the
server-side HTTP request interface.  Works great!  Hello Parisian
street addresses!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jacob  
View profile  
 More options Jun 12 2006, 3:02 pm
From: "Jacob" <ja...@reimers.dk>
Date: Mon, 12 Jun 2006 12:02:55 -0700
Local: Mon, Jun 12 2006 3:02 pm
Subject: Re: v2.55 geocoding?
But the HTTP request doesn't link the key with the request so I guess
you can request more if you are feeling greedy.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Williams  
View profile  
 More options Jun 12 2006, 4:23 pm
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Mon, 12 Jun 2006 21:23:04 +0100
Local: Mon, Jun 12 2006 4:23 pm
Subject: Re: v2.55 geocoding?
So I guess I do get bragging rights for my kluge

http://www.econym.demon.co.uk/googlemaps/test/geo.htm

Which does work.

[It was down for a while because it originally used Google's original
spelling of G_GEO_SUCESS, and they've now changed that to
G_GEO_SUCCESS.]

It seems a bit odd that it works with France, Germany, Italy, Spain and
Japan, but not with the UK. It seems to know they're there because it
returns an "unavailable address" error for genuine UK addresses, and
"unknown address" for bogus ones.

--
Google Map API Tutorial
http://www.econym.demon.co.uk/googlemaps/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joel Headley  
View profile  
 More options Jun 12 2006, 5:03 pm
From: "Joel Headley" <jo...@google.com>
Date: Mon, 12 Jun 2006 14:03:23 -0700
Local: Mon, Jun 12 2006 5:03 pm
Subject: Re: v2.55 geocoding?

We've just made the official announcement for the Maps API with geocoding at
Google's Geo Developer Day here in Mountain View, CA. Geocoding through the
API is available in the US, Canada, Japan, France, Italy, Spain, and
Germany. We're working to expand our capabilities, and you'll see additional
countries added in the future.

Additionally, we're launching Google Maps Enterprise (GME). Developers will
have complete control over their implementations (yes, you can use it on an
intranet!). This won't change the current license for the Google Maps API.
For more information, check out http://www.google.com/enterprise/maps/

If you think GME is right for you, please fill our the contact form at
http://services.google.com/enterprise/gme

Joel

On 6/12/06, Mike Williams <nos...@econym.demon.co.uk> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Schneider  
View profile  
 More options Jun 12 2006, 8:28 pm
From: "Adam Schneider" <adam-googlegroups-0...@unpossible.com>
Date: Mon, 12 Jun 2006 17:28:29 -0700
Local: Mon, Jun 12 2006 8:28 pm
Subject: Re: v2.55 geocoding?

Joe wrote:
> Limit seems to be 50,000/key/day -- a nice high ceiling. See:
> http://www.google.com/apis/maps/faq.html#faq11

That's great, but -- and I hate to be so cynical -- but there doesn't
seem to be anything to stop people from abusing someone else's API key!
 For a service like this, shouldn't it be keyed to the IP address or
something?

Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
TranzNDance  
View profile  
 More options Jun 13 2006, 12:17 am
From: "TranzNDance" <tranznda...@gmail.com>
Date: Tue, 13 Jun 2006 04:17:31 -0000
Local: Tues, Jun 13 2006 12:17 am
Subject: Re: v2.55 geocoding?
The api key is associated with the domain name that was registered with
the key. If the key is used elsewhere, there will be an error.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Williams  
View profile  
 More options Jun 13 2006, 12:28 am
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Tue, 13 Jun 2006 05:28:24 +0100
Local: Tues, Jun 13 2006 12:28 am
Subject: Re: v2.55 geocoding?
Wasn't it Adam Schneider who wrote:

>Joe wrote:
>> Limit seems to be 50,000/key/day -- a nice high ceiling. See:
>> http://www.google.com/apis/maps/faq.html#faq11

>That's great, but -- and I hate to be so cynical -- but there doesn't
>seem to be anything to stop people from abusing someone else's API key!
> For a service like this, shouldn't it be keyed to the IP address or
>something?

When geocoding from the client side, the API key will have been
validated against "windows.location.host".

I can't see if there's a similar check when geocoding from the server
side, because my server doesn't run scripts.

--
Google Map API Tutorial
http://www.econym.demon.co.uk/googlemaps/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Schneider  
View profile  
 More options Jun 13 2006, 1:02 am
From: "Adam Schneider" <adam-googlegroups-0...@unpossible.com>
Date: Mon, 12 Jun 2006 22:02:44 -0700
Local: Tues, Jun 13 2006 1:02 am
Subject: Re: v2.55 geocoding?

TranzNDance wrote:
> The api key is associated with the domain name that was registered with
> the key. If the key is used elsewhere, there will be an error.

That's what I thought, but it doesn't seem to be true.  My Google API
key is associated with www.gpsvisualizer.com.  But if I pull up a
geocoding URL in my Web browser (which is a comcast.net IP address), it
works.  It also works when I retrieve it from a perl script on a
completely different Web server.  It works when I run it through the
CGI test program at
http://www.htmlhelp.org/tools/cg-eye/interactive.html.  If you gave me
your API key, I could probably make that work too.

For example:
http://maps.google.com/maps/geo?q=Lima,+OH&output=xml&key=[my_key_here]
-- I can access those results from ANY machine I try.

Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Schneider  
View profile  
 More options Jun 13 2006, 1:50 am
From: "Adam Schneider" <adam-googlegroups-0...@unpossible.com>
Date: Mon, 12 Jun 2006 22:50:48 -0700
Local: Tues, Jun 13 2006 1:50 am
Subject: Re: v2.55 geocoding?

Jef Poskanzer wrote:

> I have converted ACME Mapper to use Google's geocoder, via the
> server-side HTTP request interface.  Works great!  Hello Parisian
> street addresses!

I'll probably switch over to Google for most of my remote geocoding
purposes (remote as opposed to the local TIGER database that I use
whenever possible), but I've noticed that there are at least a few
things that Yahoo's service does better.

For instance, Yahoo seems to be better at converting a city name with
no other input.  Yahoo and Google can both give me coordinates for
"Paris" or "Tokyo," but Yahoo can also give me "Timbuktu" or "Hanoi,"
whereas Google fails if you don't also give it "Mali" and "Vietnam"
respectively.

Also, if you enter "Portland" into Yahoo's service, you get multiple
results in Oregon, Maine, Texas, etc., whereas Google assumes you meant
Oregon.  Of course, this may be your desired behavior -- but maybe not.
 It'd be really nice if Google would give you all the choices, but in
the order that it thinks are most relevant.  (Yahoo alphabetizes them,
I think.)

Adam Schneider
Portland, OR

http://adamschneider.net/
http://www.gpsvisualizer.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »