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
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
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-
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