Re: [Google Maps API v3] Adding a circle with radious x around each point on directions map

2011-03-02 Thread brothaofdes
Good to know, thank you for the information, but that still does not help me. Is it possible to do what I am looking for? If so, how? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-m

[Google Maps API v3] Adding a circle with radious x around each point on directions map

2011-03-02 Thread brothaofdes
I am using the following to create a map: function initialize() { if (GBrowserIsCompatible()) { // Default the map view to the continental U.S. map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(39.9375911, -77.6611022), 10); dire

[Google Maps API v3] Re: Using GClientGeocoder and GetLocations

2011-03-02 Thread brothaofdes
Found the issue, simple syntax problem. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-

[Google Maps API v3] Using GClientGeocoder and GetLocations

2011-03-02 Thread brothaofdes
I got most of this from Mikes tutorial but cannot seem to get it working correctly. I am passing a zip code to the GClientGeocoder.GetLocations API as follows: // the document element will pass the zip code ID to the script // depending on the ID, the getElementID(val) will be created function