Hi,
(1)i am using FF 3.0.5 and want to load Google Map.
But when i am using the
if (GBrowserIsCompatible())
{
// My Own Code
}
at that time it gives me error like "GBrowserIsCompatible is not
defined".
(2)For loading a Google Map on the click event of the link i am using
google.load("maps", "2.x", {callback: mapsLoaded});
So it is possible to pass the argument in the last parameter like
"google.load("maps", "2.x", {callback: mapsLoaded(lt,lng) });" ????
Means lt=Latitude and lng=Longtitude for the respective city which is
pass through my PHP script...
Please guide me for these 2 points.
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
-~----------~----~----~----~------~----~------~--~---