google.loader.ClientLocation: What does it return for "region" for US users?
I can't seem to find this info anywhere: When you get geo info about a user who's in the US through Google AJAX APIs, does google.loader.ClientLocation.address.region return the full state name (e.g. "California") or the abbreviation ("CA")?
If you're in the US: What result do you get for "Region" on http开发者_高级运维://www.thewhyandthehow.com/javascript-geolocation-using-google-ajax-apis/ (in the line that starts with "I’ve added one here")?
Thanks in advance.
I get the abbreviation "CA" here.
精彩评论