> You can take a look at my web page here:http://tuum.es/JoseMaria/conphp.php
That is a v3 API map, this is the v2 API group. v3 API group http://groups.google.com/group/google-maps-js-api-v3 > Maybe some can tell me what i'm doing wrong. Calling addRuta() before any map or poly exists - they don't get created until after page load is complete. You need to delay your addRuta() calls until the map exists, perhaps by including them at the end of your initialize() function. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
