On 13 March 2012 12:29, Mickey Taytter <[email protected]> wrote: > function initialize() { > directionsDisplay = new google.maps.DirectionsRenderer(); > > GUnload();
You need to decide first whether you are using Version 3 of the API or Version 2. The two lines I've quoted here come from the different versions; there are other objects from each version too. The two versions do not exist happily together. Version 2 is deprecated and you really should be using Version 3 exclusively. -- 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.
