[Google Maps API v3] Re: Problem to create a waypoint

2011-12-05 Thread Mathias M.
Sorry guys, but it was a very stupid error. When i create the waypoint i whrite : waypointsLatLng.push({ location:latLng, stepover:false }); But it's not "stepover" but "stopover"... Sorry, and t

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-05 Thread Mathias M.
Hello, I join my javascript to this post. Rossko, i don't understand what do you say... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-a

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-03 Thread geocode...@gmail.com
On Dec 3, 3:47 am, "Mathias M." wrote: > thanks for the answer. > It's not working because the route is not created. > > I have not the project here because i'm not at work. Monday i will post a > part of my java script. What I said was: + Not enough information (looks OK to my eye, but my brows

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-03 Thread Rossko
>                                  stepover:false Typo ? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-03 Thread Mathias M.
thanks for the answer. It's not working because the route is not created. I have not the project here because i'm not at work. Monday i will post a part of my java script. thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-02 Thread geocode...@gmail.com
On Dec 2, 3:13 am, "Mathias M." wrote: > Hello, > > I have a problem with the waypoints. > > I create a Waypoint with a latlng and I put this in an Array. But when i > try to create a route with the request, it's not working. What do you mean by "it's not working"? > > My function to add a waypo