[Google Maps API v3] URLs loaded "under the hood"

2011-04-19 Thread Mike Calmus
We have some client workstations that have very restrictive firewall rules that only allow them to access (a very small number of) web sites to which they are explicitly granted access. With our recent app update to use Google maps API (the old site didn't do any mapping) the users are now not able

[Google Maps API v3] Specifying types for values in Geocoder

2011-04-08 Thread Mike Calmus
Is there a way to tell the geocoder the political unit type for values passed into it? For example, I am trying to search for the state of Washington in the United States. However, when I pass "Washington; United States" into the geocoder API, it returns Washington, DC. I know I can bias the geocod

[Google Maps API v3] Geocoder consturctor failure

2011-03-18 Thread Mike Calmus
Hi. I just got a user report where in IE8 a user got the error "'google.maps.Geocoder' is null or not an object". I haven't seen this happen myself, but I wanted to see if anyone knew how it could occur. The line of code on our site does the following: geocoder = new google.maps.Geocoder(); As I