Hi, hasmukh!

If your code correctly includes GMaps Api script, you still can
experience problems with 'label is not defined' exception because of
network failures, for example, when the browser is unable to load
script file.
It is good practice to check if any of GMaps-related label is defined,
before actually using them.
I use the following code before any GMaps-call:

if ( typeof GBrowserIsCompatible == 'undefined' ) {
     alert('Google Maps api is not loaded');
     return;
}
// you can safely use any of GMapsAPI after this point.


On Jan 30, 11:53 am, hasmukh <[email protected]> wrote:
> Hi,
>
> (1)i am using FF 3.0.5 and want to load Google Map.

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