Hey folks-

Here are some of the missing constants, let me know if you need others
until we have the reference fixed up:

GStreetViewClient.ReturnValues:
SUCCESS: 200,
SERVER_ERROR: 500,
NO_NEARBY_PANO: 600


G_GEO_SUCCESS = 200;
G_GEO_MISSING_ADDRESS = 601;
G_GEO_UNKNOWN_ADDRESS = 602;
G_GEO_UNAVAILABLE_ADDRESS = 603;
G_GEO_BAD_KEY = 610;
G_GEO_TOO_MANY_QUERIES = 620;
G_GEO_SERVER_ERROR = 500;

- pamela

On Sat, Dec 27, 2008 at 12:27 AM, [email protected]
<[email protected]> wrote:
>
> On Dec 23, 5:54 am, "pamela (Google Employee)" <[email protected]>
> wrote:
> > Hey folks-
> > We're in the midst of improving the reference (linked types in constructors!
> > permalinks to functions!), but it looks like we've made a couple mistakes
> > along the way (missing functions, constants). They should be fixed within
> > the week, thanks for bringing them to our attention.
>
> Pamela,
>  The numeric equivalents for GStreetviewClient.ReturnValues are also
> missing (and the version in Google's cache with them in it is gone).
>  -- Larry
>
> PS - what are they?
>
> >
> > - pamela
> >
> > On Thu, Dec 18, 2008 at 4:47 PM, [email protected]
> > <[email protected]>wrote:
> >
> >
> >
> > > On Dec 17, 6:35 pm, Ben Weintraub <[email protected]> wrote:
> > > > On this page:
> >
> > > >http://code.google.com/apis/maps/documentation/reference.html#GGeoSta...
> >
> > > > ... under the section for enum GGeoStatusCode, it says "Numeric
> > > > equivalents for each symbolic constant are specified in parentheses,"
> > > > but the numeric equivalents do not seem to be listed.
> >
> > > > What am I missing here?
> >
> > > Nothing.  They used to be there and seem to have been removed by an
> > > update of the documentation (Pamela can you investigate where they
> > > went?)
> >
> > > From one of the cached versions:
> >
> > >http://209.85.173.132/search?q=cache:MApEBarXRwcJ:code.google.com/api...
> >
> > > enum GGeoStatusCode
> > > G_GEO_SUCCESS (200)
> > > G_GEO_BAD_REQUEST (400)
> > > G_GEO_SERVER_ERROR (500)
> > > G_GEO_MISSING_QUERY (601)
> > > G_GEO_MISSING_ADDRESS (601)
> > > G_GEO_UNKNOWN_ADDRESS (602)
> > > G_GEO_UNAVAILABLE_ADDRESS (603)
> > > G_GEO_UNKNOWN_DIRECTIONS (604)
> > > G_GEO_BAD_KEY (610)
> > > G_GEO_TOO_MANY_QUERIES (620)
> >
> > >  -- Larry
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to