On Mar 23, 7:46 pm, bratliff <[email protected]> wrote: > The API builds a new LatLng object for every point along the path. It > is very inefficient. It may not be required by some applications. It > ought to be done on demand.
It appears to be doing it twice for every point. First for the "path" array. Again for the "lat_lngs" array. Perhaps the two names are aliases for a single array containing the new LatLng objects. Either way, it ought to be an option with the ability to suppress it. -- 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.
