Hello,
I have a small code as follows:

    function load() {
      if (GBrowserIsCompatible()) {
        map = new GMap2(document.getElementById("map"), { size: new
GSize(1000, 380) } );
                var center = new GLatLng(48.86, 2.35);
        map.setCenter(center, 2);
        map.addControl(new GLargeMapControl());
                marker = new GMarker(center);
        map.addOverlay(marker);
                marker.openInfoWindowHtml("Something");
      }
    }
        GSearch.setOnLoadCallback(load);

it seems to work but I get always an error message with firefox at
load time:
b is null
yqZITtq3...oUg%3D%3D (ligne 1)

any idea about it ?


Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to