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
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
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
> 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
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
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