On Dec 29, 8:52 am, cobalt <[email protected]> wrote: > Hi > > I have a difficult problem and try our best to describe it ^ ^ > > So using dynamic routing to set the route: > Belgium> Poland> Czech Republic> Spain> France. > Creates a route I markers (exactly 130 markers) > Let's say that I'll add to this route in Rome, which is > Belgium> Rome> Poland> Czech Republic> Spain> France. > It does not matter whether the route crosses or not. > Gets the answer 52 markers, although I should get more than the 130th > > I read that the DOM is created in something called the directionsDisplay > dragResult and there is 550 markers. WTF .... > Now the question is why only overview_path updates to 150 (more or less)? Is > this going to change the limit?
>From the documentation: http://code.google.com/apis/maps/documentation/javascript/services.html#DirectionsResults overview_path contains an array of LatLngs that represent an approximate (smoothed) path of the resulting directions. > Or better use dragResult ... Using the parameters end_location and > start_location did not grab me a new path and crashes on the occasion of my > many > mistakes. If you provide a link to your map that shows the problem and instructions on how to reproduce the problem, we might be able to help. http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- Larry > > I use google translation, so...;D -- 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 [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-js-api-v3?hl=en.
