| Issue 2: | "enum GoogleStatusCode" completeness | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Not really a 'defect' but I couldn't open an issue as any other type... ?
Anyway, since we're implementing "enum GoogleStatusCode"... Why don't we
have all possible situations... ? I could extend the current list to:
public enum GoogleStatusCode
{
Success = 200,
BadRequest = 400,
ServerError = 500,
MissingAddress = 601,
UnknownAddress = 602,
UnavailableAddress = 603,
BadKey = 610,
TooManyQueries =620
}
Personally, I'm getting my application to throttle if we find a 620... ;)
Jul 16, 2008
Project Member
#1
chadl...@gmail.com
Nov 10, 2009
This patch fixes the following items: 1. Issue 2 and Issue 8 2. Adds "FormattedAddress" property to Core.Address. 3. Adds an out param for GeoCode to the three geocoders that will return the status code from the server. There is an overload that will ignore the status code so it doesnt break any code.
Nov 10, 2009
Good lord, it would help if I could update the correct file. SORRY EVERYONE!
May 22, 2010
It doesnt look like you ever comitted this patch. Here it is again for just the GoogleStatusCode.cs file.
Oct 16, 2010
I'm not seeing this change in the latest download version. |