On Jul 2, 10:34 am, Adriano Ellero <[email protected]> wrote: > this function call makes error "map in null or not an object" > > sorry is more clear now?
You declare "map" with var map; but you assign it a value in your function "initialize". You never call initialize(), so the variable remains null. If that doesn't help, you need to post a link. Code snippets are inconclusive. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
