On Dec 27, 9:26 am, carl palsson <[email protected]> wrote: > Update! the problem I get is the following. > > Error: Error in propertry <waypoints>: (invalid value: (57.699032, > 11.907464) (Error in element at position 0: (unknown property <wa>))) > Sourcoded file:http://maps.gstatic.com/intl/sv_se/mapfiles/api-3/3/5/main.js > Row: 14
I have the same problem as Rossko. But looking at your source, I think the problem is that your waypoints array is latLng objects, not waypoint objects: http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsWaypoint Working example: http://www.geocodezip.com/v3_GoogleEx_directions-waypointsC.html -- Larry -- 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.
