On Jul 30, 9:07 am, veganista <[email protected]> wrote: > Hi All, > > I want to know if its possible to change the information in the popup > bubble for markes that are placed on the map using the > directionsDisplay.setDirections(response); function call.
That is a v3 function. The v3 group is: http://groups.google.com/group/google-maps-js-api-v3/topics > > I think that's the function that draws the markers anyway. > > What i have in my application is a route that i want to be able to > associate different pieces of information with each way point and > fetch them from a database and load it into the markers info bubble You should be able to, Mike Williams has a v2 example where he implements pretty much everything (or at least gives you the hooks to do whatever you want): http://econym.org.uk/gmap/steps.htm I would think you could do somthing similar in v3, but haven't done it yet. -- Larry > > Hope someone can help. > > 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.
