On May 19, 2:02 pm, osama ashraf <[email protected]> wrote: > // CHECK THESE 4 LINES FIRST 3 ARE RUNNING WELL BUT FOURTH ONE IS > GIVING UNKNWN. > // alert(response.routes[0].legs[0].steps[0].text); > there is no text property in DirectionsStep, did you mean steps[0].duration.text?
http://code.google.com/apis/maps/documentation/v3/reference.html#DirectionsStep ... -- 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.
