> what is wrong in that code ..please help.
No idea. Perhaps the data is wrong, rather than the code. Can't tell
with a code snippet out of context. How about letting us see your
page in action in posting a URL to it?
http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines
As a starter, do you realise this usage -
var map = null;
function load( ....) {
var map = ....
makes two different variables called 'map', one global and one local
to the function ?
cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---